Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShea Polansky <shea@polansky.co>2020-04-13 14:11:03 +0300
committerGitHub <noreply@github.com>2020-04-13 14:11:03 +0300
commit0493ee48a7e52581c4fff2f0cb17741d7a1fdcd5 (patch)
treed2daf8534c339d6915294142a2ab0e41095ba58d /exampleSite
parent1d5c8d2d2851292ede2f03611ae8f8d85596ae55 (diff)
Fix list element styling (#201)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/de/blog/startup-ipsum.md12
-rw-r--r--exampleSite/content/en/blog/startup-ipsum.md11
-rw-r--r--exampleSite/content/es/blog/startup-ipsum.md12
3 files changed, 35 insertions, 0 deletions
diff --git a/exampleSite/content/de/blog/startup-ipsum.md b/exampleSite/content/de/blog/startup-ipsum.md
index 49b3f8b..3518535 100644
--- a/exampleSite/content/de/blog/startup-ipsum.md
+++ b/exampleSite/content/de/blog/startup-ipsum.md
@@ -14,3 +14,15 @@ $ complicated techie code git bash ubuntu
Responsive innovate grok latte disrupt intuitive actionable insight SpaceTeam grok. Human-centered design Steve Jobs Steve Jobs pitch deck pivot disrupt fund parallax affordances venture capital pair programming. Pivot earned media user centered design affordances agile innovate actionable insight latte.
Waterfall is so 2000 and late personas pitch deck fund big data actionable insight unicorn driven grok. Engaging disrupt ship it big data waterfall is so 2000 and late iterate workflow food-truck pitch deck thought leader. Piverate user centered design unicorn pivot earned media ship it personas moleskine pivot co-working entrepreneur integrate. Affordances actionable insight ship it workflow integrate innovate integrate piverate pivot actionable insight innovate thought leader. Waterfall is so 2000 and late viral viral responsive Steve Jobs driven physical computing thinker-maker-doer piverate pivot.
+
+
+- Unordered list
+ - First sub-item
+ - Second sub-item
+- Second top level item
+
+Now for an ordered list:
+
+1. Top level
+ 1. First sub-level
+ 1. Second sub-level \ No newline at end of file
diff --git a/exampleSite/content/en/blog/startup-ipsum.md b/exampleSite/content/en/blog/startup-ipsum.md
index d446a2d..fc1c155 100644
--- a/exampleSite/content/en/blog/startup-ipsum.md
+++ b/exampleSite/content/en/blog/startup-ipsum.md
@@ -23,3 +23,14 @@ Responsive innovate grok latte disrupt intuitive actionable insight SpaceTeam gr
| this | is | the | 6th | row
Waterfall is so 2000 and late personas pitch deck fund big data actionable insight unicorn driven grok. Engaging disrupt ship it big data waterfall is so 2000 and late iterate workflow food-truck pitch deck thought leader. Piverate user centered design unicorn pivot earned media ship it personas moleskine pivot co-working entrepreneur integrate. Affordances actionable insight ship it workflow integrate innovate integrate piverate pivot actionable insight innovate thought leader. Waterfall is so 2000 and late viral viral responsive Steve Jobs driven physical computing thinker-maker-doer piverate pivot.
+
+- Unordered list
+ - First sub-item
+ - Second sub-item
+- Second top level item
+
+Now for an ordered list:
+
+1. Top level
+ 1. First sub-level
+ 1. Second sub-level \ No newline at end of file
diff --git a/exampleSite/content/es/blog/startup-ipsum.md b/exampleSite/content/es/blog/startup-ipsum.md
index 0c96315..1b66f45 100644
--- a/exampleSite/content/es/blog/startup-ipsum.md
+++ b/exampleSite/content/es/blog/startup-ipsum.md
@@ -14,3 +14,15 @@ $ complicated techie code git bash ubuntu
Responsive innovate grok latte disrupt intuitive actionable insight SpaceTeam grok. Human-centered design Steve Jobs Steve Jobs pitch deck pivot disrupt fund parallax affordances venture capital pair programming. Pivot earned media user centered design affordances agile innovate actionable insight latte.
Waterfall is so 2000 and late personas pitch deck fund big data actionable insight unicorn driven grok. Engaging disrupt ship it big data waterfall is so 2000 and late iterate workflow food-truck pitch deck thought leader. Piverate user centered design unicorn pivot earned media ship it personas moleskine pivot co-working entrepreneur integrate. Affordances actionable insight ship it workflow integrate innovate integrate piverate pivot actionable insight innovate thought leader. Waterfall is so 2000 and late viral viral responsive Steve Jobs driven physical computing thinker-maker-doer piverate pivot.
+
+
+- Unordered list
+ - First sub-item
+ - Second sub-item
+- Second top level item
+
+Now for an ordered list:
+
+1. Top level
+ 1. First sub-level
+ 1. Second sub-level \ No newline at end of file