diff --git a/_layouts/post.html b/_layouts/post.html index bd82cf9..e51438c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,7 +3,7 @@ layout: default ---

- {{ page.title }} - Shylie - {{ page.date | date_to_string }} - <- + {{ page.title }} - Shylie - {{ page.date | date_to_string }} - <-

{{ content }} diff --git a/_posts/2024-1-13-test-post-2.md b/_posts/2024-1-13-test-post-2.md index c4b3e65..57696ed 100644 --- a/_posts/2024-1-13-test-post-2.md +++ b/_posts/2024-1-13-test-post-2.md @@ -1,9 +1,10 @@ --- layout: post +tags: test2 --- This is a test post but 2. # here is a heading -Here is a link: [wow]()... \ No newline at end of file +Here is a link: [wow]()... diff --git a/_posts/2024-1-13-test-post.md b/_posts/2024-1-13-test-post.md index 2999664..892859d 100644 --- a/_posts/2024-1-13-test-post.md +++ b/_posts/2024-1-13-test-post.md @@ -1,5 +1,6 @@ --- layout: post +tags: test1 test2 --- This is a test post. diff --git a/index.html b/index.html index 23ffbfa..28144d6 100644 --- a/index.html +++ b/index.html @@ -3,12 +3,10 @@ layout: default title: Posts --- -

Latest Posts

+

all posts - by tag

\ No newline at end of file + diff --git a/resources/style.css b/resources/style.css index 1ce0cdf..4004ba9 100644 --- a/resources/style.css +++ b/resources/style.css @@ -85,3 +85,15 @@ a:hover { background: #FF8; color: #900; } + +ul { + list-style-type: none; +} + +ul li { + margin: 5px; +} + +ul li a { + left: -20px; +} diff --git a/tags.html b/tags.html new file mode 100644 index 0000000..7af97ee --- /dev/null +++ b/tags.html @@ -0,0 +1,15 @@ +--- +layout: default +title: Posts by Tag +--- + +

home

+ +{% for tag in site.tags %} +

{{ tag[0] }}

+ +{% endfor %} diff --git a/test.html b/test.html deleted file mode 100644 index 347ee76..0000000 --- a/test.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - shylie.info - - - -
-

Header Text...

-

Header 2 Text...

-

Lorem ipsum nec feugiat proin dictumst felis odio, netus sollicitudin tempus facilisis faucibus amet, netus venenatis mollis ultrices quisque arcu. Fames molestie purus nibh malesuada in etiam, bibendum auctor mollis donec volutpat felis purus, tellus litora vehicula nullam praesent. Curabitur quisque gravida tincidunt a commodo auctor fames hac massa vel eleifend quisque torquent, aliquam orci arcu aenean hac pellentesque sit amet integer ultricies quam.

-

Eu ullamcorper hendrerit ad convallis sociosqu orci ipsum rhoncus egestas, vehicula litora per risus proin velit aenean amet duis, porttitor sagittis massa aptent nostra tellus mollis magna. Bibendum integer cursus etiam sollicitudin et consectetur ad tellus conubia netus, sodales sapien vehicula rhoncus dictumst egestas pellentesque sem. Magna et vel torquent commodo mauris eget a, molestie ornare taciti turpis litora urna felis, platea posuere donec imperdiet suscipit posuere.

-

Some more text and this time it's got a link and that's pretty cool.

-

Even more text (in a block this time) and wow another link omg.

-
- -