figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit d2a87bf26e177e7254402caf9a795f79535e5cd6
parent 4a683dfa88f0580118f5894a323850cac2e8ae27
Author: FIGBERT <figbert@figbert.com>
Date:   Tue, 18 Aug 2020 22:35:38 -0700

:pencil: Update README.md to prepare for merge

Diffstat:
MREADME.md | 39+++++++++++++++++++++++----------------
1 file changed, 23 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md @@ -1,20 +1,27 @@ -# [figbert.com](https://figbert.com/) -[figbert.com](https://figbert.com/) is the official website and home of FIGBERT on the clearnet. - -## Development -This version of the site is being programmed at the same time as a branch developed with [Svelte](https://svelte.dev/) and [Routify](https://routify.dev/). Whichever branch ends -up suiting my needs better will be pushed to the production environment. The main benefit of developing with Svelte is to keep myself as close to the HTML/CSS as possible while -maintaining the benefits of developing with a modern framework. The main benefit of developing with Zola is that Javascript and NPM are horrible and I hate them. +# figbert.com +[figbert.com][figbert] is the official website and home of FIGBERT on the clearnet. ## About -The site is programmed with [Zola](https://www.getzola.org/) to host my blog, portfolio, and other information about me and my life. The site has gone through several iterations -and rewrites over the past year – the goal of this version is to simplify, secure, and speed up my previous site to provide a better user experience. +The site is made with [Zola][zola] to host my blog, portfolio, and other information about me and my life. It is built using custom templates that I am converting into a +standalone theme. The design of the site is inspired by a number of sites and themes, including: [Daring Fireball][df], [Archie][archie], [Bear][bear], [Twenty Twenty][2020] and +many others. Blog posts are written in a combination of [CommonMark][commonmark] and [Tera][tera] [shortcodes][shortcodes]. + +## Licenses +The site's CSS and templating are licensed under [GNU GPLv3][gpl]. I am in the process of converting them into a full-fledged theme, which will be released under the same +license. The textual content of the site (biographical information, blog posts, etc) are the copyright of FIGBERT, all rights reserved. Emojis designed by [OpenMoji][emoji] – +the open-source emoji and icon project licensed under [CC BY-SA 4.0][ccbysa]. The [Zola][zola] static site engine is licensed under the [MIT][zola-license] license. -The design of the site is inspired by a number of sites and themes, including: [Daring Fireball](https://daringfireball.net/), [Archie](https://themes.gohugo.io/archie/), -[Bear](https://bearblog.dev/), [txtodo](https://txtodo.app/), [Twenty Twenty](https://wordpress.org/themes/twentytwenty/) and many others. The site is also inspired by a site I -lost to time – it was a black-on-white website with beautiful `<hr/>`-separated lists and incredible use of emojis (which actually inspired my own use of -[OpenMoji](https://openmoji.org/)). If this site sounds familiar, don't hesitate to reach out as I would love to credit it here. +[figbert]: https://figbert.com/ +[zola]: https://www.getzola.org/ +[df]: https://daringfireball.net/ +[archie]: https://themes.gohugo.io/archie/ +[bear]: https://bearblog.dev/ +[2020]: https://wordpress.org/themes/twentytwenty +[gpl]: COPYING +[emoji]: https://openmoji.org/ +[ccbysa]: https://creativecommons.org/licenses/by-sa/4.0/# +[zola-license]: https://github.com/getzola/zola/blob/master/LICENSE +[commonmark]: https://commonmark.org/ +[tera]: https://tera.netlify.app/ +[shortcodes]: https://www.getzola.org/documentation/content/shortcodes/ -## License -The site architecture (HTML/Svelte, CSS, JS) is licensed under [GNU GPLv3](COPYING). The textual content of the site (biographical information, blog posts, etc) are the copyright -of FIGBERT, all rights reserved. Emojis designed by [OpenMoji](https://openmoji.org/) – the open-source emoji and icon project licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/#).