diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-10-02 15:15:29 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-10-02 15:15:29 +0200 |
| commit | abcf4416dfc7c4280a453b1320655349c30611bf (patch) | |
| tree | 5c653c21276a21bb969946ac41bbc221a98cc051 | |
| parent | def6b17a9769293c641c36cbf6085870039ef897 (diff) | |
Minor update to static page blog
| -rw-r--r-- | content/blog/static-pages.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/content/blog/static-pages.md b/content/blog/static-pages.md index 1c989d8..0458eba 100644 --- a/content/blog/static-pages.md +++ b/content/blog/static-pages.md @@ -18,7 +18,7 @@ static websites manually using raw HTML and CSS. Then came the [dot-com boom][8], which gave birth to an explosion of different frameworks, paradigms, methodologies, and template languages. -Nowadays, there are so many [Static Site Generator (SSG)][6] frameworks; +Nowadays, there are so many [Static Site Generator (SSG)][6] frameworks[^1]; almost all of them support remote data sources (AKA [Headless CMS][9]), making it quite **inclusive** for professionals, hobbyists, small, and big businesses to build a blog, photo portfolio, news reporting outlet, or a communication @@ -92,13 +92,13 @@ Maybe that's a solution.<br/> Maybe supporting these projects is also a solution.<br/> Maybe not. -<br/> - -*PS: This site is built using [Hugo][7], YAML, and Markdown<br/>* -*Source: https://git.sr.ht/~a14m/a14m.srht.site* +--- +[^1]: This static website is built using [Hugo][7], YAML, and Markdown.<br> + [Source code][3] [1]: https://en.wikipedia.org/wiki/Static_web_page [2]: https://en.wikipedia.org/wiki/Pain +[3]: https://git.sr.ht/~a14m/a14m.srht.site [6]: https://en.wikipedia.org/wiki/Static_site_generator [7]: https://gohugo.io/ [8]: https://en.wikipedia.org/wiki/Dot-com_bubble |
