diff --git a/_config.yml b/_config.yml index 24ce4af..c53eb67 100644 --- a/_config.yml +++ b/_config.yml @@ -2,4 +2,5 @@ markdown: rdiscount pygments: true auto: true title: Twentyone.World -tagline: Global Things Start Local \ No newline at end of file +tagline: Global Things Start Local +data_source: data diff --git a/list.md b/list.md new file mode 100644 index 0000000..7d8ad5f --- /dev/null +++ b/list.md @@ -0,0 +1,8 @@ +--- +layout: text +title: List +--- + +{% for country in site.data.countries %} +{{ country.name }} +{% endfor %}