• github
  • pypi
  • pelican
  • posts

SmallWeb: demo blog

A simple yet modern-looking theme for Pelican blogs
  • 2022-06-10

    SmallWeb: changing color scheme

    You can color your site differently from the default palette, use any accent you like: Default colors accent='#ff0000' accent='#0000ff' SmallWeb uses CSS variables to build the palette: :root { --accent-color: hsl( var(--accent-hue), var(--accent-saturation), var(--accent-lightness) ); /* rgb(242,106,61) */ --accent-color-darker: hsl( var(--accent-hue), calc(var(--accent-saturation) - 27 …
  • 2022-06-09

    SmallWeb: installation and usage

    This theme is installable via PyPI: $ pip install pelican-theme-smallweb Latest development version is also installable: $ pip install git+https://github.com/sio/pelican-smallweb/ Import it in your pelicanconf.py: from pelican.themes import smallweb THEME = smallweb.path()
  • 2022-01-25

    Fifteenth blog article

    This is a simple blog article, written in Markdown. Text below was copied from Wikipedia random article: https://en.wikipedia.org/wiki/Brunei_Computer_Emergency_Response_Team Brunei Computer Emergency Response Team (Malay: Pasukan Respons Kecemasan Komputer Brunei), commonly known as BruCERT, is a computer emergency response team and national cybersecurity organization of Brunei …
  • 2022-01-24

    Fourteenth blog article

    This is a simple blog article, written in Markdown. Text below was copied from Wikipedia random article: https://en.wikipedia.org/wiki/Brunei_Computer_Emergency_Response_Team Brunei Computer Emergency Response Team (Malay: Pasukan Respons Kecemasan Komputer Brunei), commonly known as BruCERT, is a computer emergency response team and national cybersecurity organization of Brunei …
  • 2022-01-23

    Thirteenth blog article

    This is a simple blog article, written in Markdown. Text below was copied from Wikipedia random article: https://en.wikipedia.org/wiki/Brunei_Computer_Emergency_Response_Team Brunei Computer Emergency Response Team (Malay: Pasukan Respons Kecemasan Komputer Brunei), commonly known as BruCERT, is a computer emergency response team and national cybersecurity organization of Brunei …
  • 2022-01-22

    Twelfth blog article

    This is a simple blog article, written in Markdown. Text below was copied from Wikipedia random article: https://en.wikipedia.org/wiki/Brunei_Computer_Emergency_Response_Team Brunei Computer Emergency Response Team (Malay: Pasukan Respons Kecemasan Komputer Brunei), commonly known as BruCERT, is a computer emergency response team and national cybersecurity organization of Brunei …
⇇ «

Page 1 / 3

» ⇉
Published with Pelican SmallWeb: demo blog Theme SmallWeb