From d96fab763925027448a585826b783ddf419ca5e0 Mon Sep 17 00:00:00 2001 From: Asara Date: Thu, 7 Sep 2023 18:24:35 -0400 Subject: [PATCH] Migrated all old posts, added gemini, made it look a little snazzy --- .gitignore | 2 + .gitmodules | 3 + .hugo_build.lock | 0 archetypes/default.md | 5 + config-gg.toml | 96 ++++++++ config.toml | 75 ++++++ content/_index.md | 15 ++ content/about.md | 30 +++ content/posts/_index.html | 3 + .../docker-support-on-the-google-pixel.md | 9 + .../posts/gentoo-on-the-google-pixel-pt-1.md | 31 +++ .../posts/gentoo-on-the-google-pixel-pt-2.md | 157 +++++++++++++ .../posts/gentoo-on-the-google-pixel-pt-3.md | 15 ++ .../posts/gentoo-on-the-google-pixel-pt-4.md | 48 ++++ content/posts/hello-world-deuxieme-partie.md | 195 ++++++++++++++++ content/posts/hello-world.md | 35 +++ content/posts/recovered-the-blog.md | 7 + content/posts/recovering-the-blog.md | 7 + ...s_3b33337114e481782feeb60752452e17.content | 3 + ...scss_3b33337114e481782feeb60752452e17.json | 1 + static/favicon.ico | Bin 0 -> 15406 bytes static/images/profile.jpg | Bin 0 -> 52438 bytes themes/Hugo-2-Gopher-and-Gemini | 1 + themes/risotto/.gitignore | 1 + themes/risotto/LICENSE | 20 ++ themes/risotto/config.toml | 3 + themes/risotto/layouts/404.html | 0 themes/risotto/layouts/_default/baseof.html | 36 +++ themes/risotto/layouts/_default/index.rss.xml | 34 +++ themes/risotto/layouts/_default/li.html | 1 + themes/risotto/layouts/_default/list.html | 16 ++ themes/risotto/layouts/_default/single.html | 29 +++ themes/risotto/layouts/index.html | 4 + themes/risotto/layouts/partials/about.html | 15 ++ themes/risotto/layouts/partials/footer.html | 2 + themes/risotto/layouts/partials/head.html | 36 +++ themes/risotto/layouts/partials/header.html | 10 + themes/risotto/layouts/partials/lang.html | 28 +++ themes/risotto/layouts/post/list.html | 26 +++ themes/risotto/static/css/about.css | 26 +++ themes/risotto/static/css/colours.css | 17 ++ themes/risotto/static/css/custom.css | 1 + themes/risotto/static/css/footer.css | 7 + themes/risotto/static/css/header.css | 20 ++ themes/risotto/static/css/layout.css | 57 +++++ themes/risotto/static/css/logo.css | 37 +++ .../risotto/static/css/palettes/personal.css | 20 ++ themes/risotto/static/css/risotto.css | 12 + themes/risotto/static/css/syntax.css | 86 +++++++ themes/risotto/static/css/typography.css | 221 ++++++++++++++++++ 50 files changed, 1503 insertions(+) create mode 100644 .gitmodules create mode 100644 .hugo_build.lock create mode 100644 archetypes/default.md create mode 100644 config-gg.toml create mode 100644 config.toml create mode 100644 content/_index.md create mode 100644 content/about.md create mode 100644 content/posts/_index.html create mode 100644 content/posts/docker-support-on-the-google-pixel.md create mode 100644 content/posts/gentoo-on-the-google-pixel-pt-1.md create mode 100644 content/posts/gentoo-on-the-google-pixel-pt-2.md create mode 100644 content/posts/gentoo-on-the-google-pixel-pt-3.md create mode 100644 content/posts/gentoo-on-the-google-pixel-pt-4.md create mode 100644 content/posts/hello-world-deuxieme-partie.md create mode 100644 content/posts/hello-world.md create mode 100644 content/posts/recovered-the-blog.md create mode 100644 content/posts/recovering-the-blog.md create mode 100644 resources/_gen/assets/scss/css/base.scss_3b33337114e481782feeb60752452e17.content create mode 100644 resources/_gen/assets/scss/css/base.scss_3b33337114e481782feeb60752452e17.json create mode 100644 static/favicon.ico create mode 100644 static/images/profile.jpg create mode 160000 themes/Hugo-2-Gopher-and-Gemini create mode 100644 themes/risotto/.gitignore create mode 100644 themes/risotto/LICENSE create mode 100644 themes/risotto/config.toml create mode 100644 themes/risotto/layouts/404.html create mode 100644 themes/risotto/layouts/_default/baseof.html create mode 100644 themes/risotto/layouts/_default/index.rss.xml create mode 100644 themes/risotto/layouts/_default/li.html create mode 100644 themes/risotto/layouts/_default/list.html create mode 100644 themes/risotto/layouts/_default/single.html create mode 100644 themes/risotto/layouts/index.html create mode 100644 themes/risotto/layouts/partials/about.html create mode 100644 themes/risotto/layouts/partials/footer.html create mode 100644 themes/risotto/layouts/partials/head.html create mode 100644 themes/risotto/layouts/partials/header.html create mode 100644 themes/risotto/layouts/partials/lang.html create mode 100644 themes/risotto/layouts/post/list.html create mode 100644 themes/risotto/static/css/about.css create mode 100644 themes/risotto/static/css/colours.css create mode 100644 themes/risotto/static/css/custom.css create mode 100644 themes/risotto/static/css/footer.css create mode 100644 themes/risotto/static/css/header.css create mode 100644 themes/risotto/static/css/layout.css create mode 100644 themes/risotto/static/css/logo.css create mode 100644 themes/risotto/static/css/palettes/personal.css create mode 100644 themes/risotto/static/css/risotto.css create mode 100644 themes/risotto/static/css/syntax.css create mode 100644 themes/risotto/static/css/typography.css diff --git a/.gitignore b/.gitignore index adf8f72..9905a78 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ # Go workspace file go.work +public/ +public-gg/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f0a20ea --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/Hugo-2-Gopher-and-Gemini"] + path = themes/Hugo-2-Gopher-and-Gemini + url = https://github.com/mkamarin/Hugo-2-Gopher-and-Gemini.git diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/config-gg.toml b/config-gg.toml new file mode 100644 index 0000000..a820038 --- /dev/null +++ b/config-gg.toml @@ -0,0 +1,96 @@ +title = "sudoscientist" +theme = "Hugo-2-Gopher-and-Gemini" +languageCode = "en-us" +defaultcontentlanguage = "en-us" + +# Ignore content written in html files +ignoreFiles = [".html$"] + +[params] + author = "Asara" + copyright = "© [Asara](https://sudoscientist.com)" + info = "Asara's personal blog" + returnHome = "Return to main page" + +[params.gemini] + description = "Asara's blog as a gemblog/gemini capsule" + menuText = "## Site sections" + postText = "## Posts" + socialText = "## Social media links" + includeMenu = ["main", "lists", "pages" ] + includeCategories = ["main", "lists", "pages" ] + includeSocial = ["main", "lists", "pages" ] + includeReturnHome = ["main", "lists", "pages" ] + includeAuthor = ["main", "lists", "pages" ] + +[[menu.main]] + name = "Home" + weight = 1 + url = "/" +[[menu.main]] + name = "Posts" + weight = 2 + url = "/posts/" +[[menu.main]] + name = "About" + weight = 3 + url = "/about/" + +[[params.social]] + name = "personal git server" + weight = 1 + url = "https://git.minhas.io/Asara" +[[params.social]] + name = "github" + weight = 2 + url = "https://github.com/Asara" +[[params.social]] + name = "email" + weight = 3 + url = "mailto:amarpreet@minhas.io" + +####################################################### +# You may not need to touch the following configuration + +config = "config-gg.toml" +metaDataFormat = "toml" + +# Disable files not needed for Gopher and Gemini +disableRSS = true +disableSitemap = true +disable404 = true +enableEmoji = false + +# Directories used for Gopher and Gemini generation +layoutDir = "layouts-gg" +publishDir = "public-gg" + +uglyURLs = true +relativeURLs = false +canonifyURLs = true + +[mediaTypes] +[mediaTypes."text/gemini"] + suffixes = ["gmi"] +[mediaTypes."text/plain"] + suffixes = ["txt"] + +[outputs] + home = ["gemini",] + section = ["gemini",] + taxonomy = ["gemini",] + term = ["gemini",] + page = ["gemini",] + +[outputFormats] +[outputFormats.Gemini] + name = "gemini" + mediaType = "text/gemini" + baseName = "gemini-page" + isPlainText = true + permalinkable = true + isHTML = false + protocol = "gemini://" + noUgly = false + path = "gemini/" + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..dfabbb6 --- /dev/null +++ b/config.toml @@ -0,0 +1,75 @@ +baseURL = 'https://sudoscientist.com/' +languageCode = 'en-us' +title = 'sudoscientist' +author = 'Asara ' +theme = 'risotto' +copyright = "© [Asara](https://sudoscientist.com)" +paginate = 3 +DefaultContentLanguage = "en" +enableInlineShortcodes = true +sectionPagesMenu = "main" + +[Author] +name = "Asara" +email = "amarpreet@minhas.io" + +[params] +noindex = false + +[params.theme] +palette = "personal" + +# Sidebar: about/bio +[params.about] +description = "Asara's personal blog" +logo = "images/profile.jpg" + +[[params.socialLinks]] +icon = "fa fa-matrix-org" +title = "matrix" +url = "https://matrix.to/#/@Asara:devvul.com" + +[[params.socialLinks]] +icon = "fa fa-gitea" +title = "personal git" +url = "https://git.minhas.io/Asara" + +[[params.socialLinks]] +icon = "fa-brands fa-github-alt" +title = "GitHub" +url = "https://github.com/Asara" + +[[params.socialLinks]] +icon = "fa-solid fa-envelope" +title = "Email" +url = "mailto:amarpreet@minhas.io" + +[[params.socialLinks]] +icon = "fa-solid fa-rss" +title = "RSS feed" +url = "https://sudoscientist.com/feed.xml" + +[menu] + [[menu.main]] + identifier = "about" + name = "About" + url = "/about/" + weight = 10 + +[taxonomies] +category = "categories" +tag = "tags" + +# For hugo >= 0.60.0, enable inline HTML +[markup.goldmark.renderer] +unsafe = true +[markup] + [markup.tableOfContents] + startLevel = 2 + endLevel = 3 + ordered = true + +[outputFormats] + [outputFormats.RSS] + mediaType = "application/rss+xml" + baseName = "feed" diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..12c293f --- /dev/null +++ b/content/_index.md @@ -0,0 +1,15 @@ ++++ +title = ':~/#' ++++ +## Welcome to my blog! +Allo! I go by Asara online, and I appreciate you visiting my site! + + +## Quick summary +I will primarily post about technology, personal projects, and other sudo-scientific and sudo-philosophical ramblings. + +Check out the [posts](https://sudoscientist.com/posts) tab above to read some of my blog posts, or the [about](https://sudoscientist.com/about) to learn a bit about the creation of the blog itself. + +If you'd like to subscribe to the blog, you can hit the RSS icon in the sidebar, or add the [feed.xml](https://sudoscientist.com/feed.xml) to your RSS client. + +You can also find my contact links on the sidebar. Get in touch if you want to chat! diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..b2adc87 --- /dev/null +++ b/content/about.md @@ -0,0 +1,30 @@ ++++ +title = 'about' ++++ + +## History +This is the latest revision of my blog. + +The v1 of this was run using [Pelican](https://getpelican.com/), and the archived code can be found on [Github](https://github.com/asara/ampx). Originally it was running on a raspberry pi in my parent's house, on a domain long gone. + +The v2 of the website was created to learn Go and JavaScript. It is technically the first version of sudoscientist. The [backend](https://git.minhas.io/Asara/sudoscientist-go-backend) was written using go-chi, and the [frontend](https://git.minhas.io/Asara/sudoscientist-js-frontend) was written using the React/Redux framework. + +This is [v3](https://git.minhas.io/asara/sudoscientist.com) of my blog, which is powered by [Hugo](https://gohugo.io/), and uses a modified version of [risotto](https://risotto.joeroe.io/) as its theme. It has been extended to include [forkawesome](https://forkaweso.me) and some small cleanup. I made the decision to return to using a static site generator as I have mostly forgotten React/Redux. Along with this, using Go in multiple other projects, I do not feel like I need to run my blog with golang anymore. + +The inspiration for this theming, and returning to a static site generator was in part due to the awesome community over at [Ctrl-C](https://ctrl-c.club). The `tildeverse` in general is a great reminder that minimalism is not only useful, but sometimes more fulfilling. + +Moving to hugo also allowed me to quickly get my blog into the [Gemini](https://gemini.circumlunar.space/) protocol, and can be seen hosted at [ctrl-c](gemini://gemini.ctrl-c.club/~Asara)! + +At a v3, I hope this time around I actually write some blog posts! + +## Connect with me +Matrix: `@Asara:devvul.com` + +Email: `amarpreet@minhas.io` + +IRC: `Asara` on OFTC/Libra/tilde.chat + +## Lightning Network +Pubkey: `0214b1f6b48998b9eb19d8a756af39a027202cecfe608450109465bbccf3bb74ed` + +Node: `redwingxusk66wrrm4yyqyuyndvum4jsnloroxqmie6wv4wefadqgsqd.onion:9735` diff --git a/content/posts/_index.html b/content/posts/_index.html new file mode 100644 index 0000000..ddf004f --- /dev/null +++ b/content/posts/_index.html @@ -0,0 +1,3 @@ ++++ +title = 'posts' ++++ diff --git a/content/posts/docker-support-on-the-google-pixel.md b/content/posts/docker-support-on-the-google-pixel.md new file mode 100644 index 0000000..4a3c40b --- /dev/null +++ b/content/posts/docker-support-on-the-google-pixel.md @@ -0,0 +1,9 @@ ++++ +title = 'Docker Support on the Google Pixel' +date = 2014-03-28T00:00:00-00:00 +category = 'pixel' +tags = ['docker', 'howto'] ++++ + +## Docker +I've been fooling around with Docker and decided to upload a new kernel [config](http://pastebin.com/sqsJhBn2) that includes support for Docker. diff --git a/content/posts/gentoo-on-the-google-pixel-pt-1.md b/content/posts/gentoo-on-the-google-pixel-pt-1.md new file mode 100644 index 0000000..69c3635 --- /dev/null +++ b/content/posts/gentoo-on-the-google-pixel-pt-1.md @@ -0,0 +1,31 @@ ++++ +title = 'Gentoo on the Google Pixel Pt. 1' +date = 2013-12-02T00:00:00-00:00 +category = "pixel" ++++ + +## Notes +1) I would recommend getting a USB mouse because it is a pain otherwise. The modules are not built in for the touchscreen (atmel_mxt_ts nor chromeos_laptop), and as such you might get annoyed. If you can deal with working in term, ignore this. +2) This will remove ChromeOS from the SDD, but it is fairly straightforward recovering it if you get sick of Linux. [Here](http://support.google.com/chromeos/bin/answer.py?hl=en&answer=1080595) is how you restore your machine. + +## Enabling access to SeaBIOS +Before installing Linux to the SDD, you have to first enable access to the secondary BIOS installed on the device (currently no way to access this manually and you are stuck with a 5 second wait on each boot.) + +1) In order to put your Pixel into developer mode, hold the Escape and Refresh keys while booting the machine (ESC is F1, Refresh is F3). Press Ctrl-D followed by Enter, which will enable dev mode and wipe all user data from the Pixel. Dev mode also disables OS checking, so you will get a message at every boot. +2) Boot into ChromeOS after enabling dev mode (press Ctrl-D in order to get into the OS when the OS checking message appears). Log in as a guest, press Ctrl-Alt-T to bring up a crosh (ChromeOS Shell) window, and start a shell: + +```bash +# Get root +sudo bash +# enable USB booting in SeaBIOS +crossystem dev_boot_usb=1 +``` + +3) Reboot the machine, and once the OS check window comes up, press Ctrl-L to enter SeaBIOS. After this the process is simple. My next post will be about installing specifically Gentoo onto the SSD. For any other OS, just install onto /dev/sda1, with the bootloader installed to the MBR of the disk, and you should be good to go. On bootup, enable the two drivers I mentioned up there, and you will have a working system. + +## Aditional note +If you are unable to boot from the USB due to memory issues, add mem=4G to the kernel command line, and if that doesn't work, as a failsafe, mem=1G should get you into your distro's LiveOS. + + +## [Part 2](http://ampx.minhas.io/posts/2014/Jan/23/gentoo-on-the-google-pixel-pt-2.html) + diff --git a/content/posts/gentoo-on-the-google-pixel-pt-2.md b/content/posts/gentoo-on-the-google-pixel-pt-2.md new file mode 100644 index 0000000..33c9b69 --- /dev/null +++ b/content/posts/gentoo-on-the-google-pixel-pt-2.md @@ -0,0 +1,157 @@ ++++ +title = 'Gentoo on the Google Pixel Pt. 2' +date = 2014-01-23T00:00:00-00:00 +category = 'pixel' +tags = ['howto'] ++++ + +## Notes +I ended up slowing down and taking a while to fully explore all the options in building a Gentoo system on my Pixel. This included me reinstalling from scratch multiple times and learning along the way. This final product is a Pixel install with a 3.12.8 kernel, with the /,/home, and swap partitions sitting in a LVM encrypted with LUKS. Follow through and you will be able to get the same. Also, this install uses the SystemRescueCD (which is based on Gentoo). + +## Paritioning Drives +Since we are using a SSD for the install, GPT is recommended, which complicates things a tad bit. +Using parted, we have to create 3 partitions, the grub-bios partition, /boot, and the 3rd for the LVM. The grub-bios partition is 2MB, the /boot is 512MB (for multiple kernels), and the LVM will be the rest of the drive. + +```bash +parted -a optimal /dev/sda +mklabel gpt +(parted) unit mib +(parted) mkpart primary 1 3 +(parted) name 1 grub +(parted) set 1 bios_grub on +(parted) print +(parted) mkpart primary 3 515 +(parted) name 2 boot +(parted) mkpart primary 515 -1 +(parted) name 3 rootfs +``` + +## Encrypting and Creating LVM/File Systems +Encrypt /dev/sda3, mount it and create the LVM + +```bash +cryptsetup -y --cipher aes-cbc-essiv:sha256 --key-size 256 luksFormat /dev/sda3 +cryptsetup luksOpen /dev/sda3 rootfs +pvcreate /dev/mapper/rootfs +lvcreate -L1024m -nswap rootfs +lvcreate -L20480m -nroot rootfs +lvcreate -l 100%FREE home rootfs +``` + +Create file systems on the multiple logical volumes you've created and mount them to their proper locations: +```bash +mkswap -L SWAP /dev/mapper/rootfs-swap +swapon /dev/mapper/rootfs-swap +mkfs.ext4 -j /dev/mapper/rootfs-root -L ROOT +mount /dev/mapper/rootfs-root /mnt/gentoo +mkdir /mnt/gentoo/home +mkfs.ext4 -j /dev/mapper/rootfs-home -L HOME +mount /dev/mapper/rootfs-home /mnt/gentoo/home +mkdir /mnt/gentoo/boot +mkfs.ext4 -j /dev/sda2 -L BOOT +mount /dev/sda2 /mnt/gentoo/boot +``` + +## Download Gentoo Stage3 tarball +Change directories into /mnt/gentoo, download the stage3 and extract it. Copy over resolv.conf +```bash +cd /mnt/gentoo +elinks http://www.gentoo.org/main/en/mirror.xml +tar xvjpf stage3-.tar.bz2 +cp -L /etc/resolv.conf /mnt/gentoo/etc/ +``` + +## Prepare Portage +```bash +nano /mnt/gentoo/etc/portage/make.conf + CFLAGS="-march=k8 -O2 -pipe" + MAKEOPTS="-j2" + mirrorselect -i -o >> /mnt/gentoo/etc/portage/make.conf + mirrorselect -i -r -o >> /mnt/gentoo/etc/portage/make.conf +``` + +## Mount Virtual Filesystems +```bash +mount -t proc proc /mnt/gentoo/proc +mount --rbind /sys /mnt/gentoo/sys +mount --rbind /dev /mnt/gentoo/dev +``` + +## Chroot into your new system +```bash +chroot /mnt/gentoo /bin/bash +source /etc/profile +export PS1="(chroot) $PS1" +``` + +## Initialize Portage +```bash +emerge-webrsync +emerge --sync +``` + +## Set up localization information +```bash +echo "Continent/Country" > /etc/timezone +emerge --config sys-libs/timezone-data +nano -w /etc/locale.gen +locale-gen +eselect locale list +eselect locale set # Your locale here +env-update && source /etc/profile +``` + +## Notes +At this point I like to install a few apps I use, that way I won't have to worry about them later. I'd recommend installing vim, NetworkManager (for nmcli), and really anything else you expect to use. I also wanted to use systemd, so I had to prep for that. That includes installing udev with -systemd in make.conf, the installing systemd (obviously remove the - after installing udev), and then uninstalling udev, since systemd provides virtual/udev. + +## Kernel Setup +```bash + echo "=sys-kernel/gentoo-sources-3.12.8" >> /etc/portage/package.keywords + emerge gentoo-sources genkernel-next lvm2 cryptsetup grub vim +``` + +(As a side note, genkernel-next is required for a systemd install to include udev in the kernel) +```bash +vim /etc/genkernel.conf + LVM="yes" + LUKS="yes" + BUSYBOX="yes" + MENUCONFIG="yes" + DISKLABEL="yes" +``` + +## Create the kernel +```bash +genkernel --udev all +``` +Remember to enable support for crypto devices in the kernel, along with anything else you may need/want. +``` + Device Drivers + Multi-device support (RAID and LVM) + [*] Multiple devices driver support (RAID and LVM) + <*> Device mapper support + <*> Crypt target support + + Cryptographic API + <*> SHA256 digest algorithm + <*> AES cipher algorithms +``` + +## Installing grub2 +```bash +vim /etc/default/grub + GRUB_DISTRIBUTOR="Gentoo" + GRUB_DEFAULT=0 + GRUB_HIDDEN_TIMEOUT=0 + GRUB_HIDDEN_TIMEOUT_QUIET=true + GRUB_TIMEOUT=3 + GRUB_PRELOAD_MODULES=lvm + GRUB_CRYPTODISK_ENABLE=y + GRUB_DEVICE=/dev/sda1 + GRUB_CMDLINE_LINUX="real_init=/usr/lib/systemd/systemd quiet real_root=/dev/mapper/rootfs-root crypt_root=/dev/sda3 dolvm" +grub2-install --modules="configfile linux crypto search_fs_uuid luks lvm" --recheck /dev/sda +grub2-mkconfig -o /boot/grub/grub.cfg +``` +Reboot the machine and you should have a working Gentoo install on your Google Pixel! + +## [Part 3](http://ampx.minhas.io/posts/2014/Jan/29/gentoo-on-the-google-pixel-pt-3.html) diff --git a/content/posts/gentoo-on-the-google-pixel-pt-3.md b/content/posts/gentoo-on-the-google-pixel-pt-3.md new file mode 100644 index 0000000..5db22f7 --- /dev/null +++ b/content/posts/gentoo-on-the-google-pixel-pt-3.md @@ -0,0 +1,15 @@ ++++ +title = 'Gentoo on the Google Pixel Pt. 3' +date = 2014-01-29T00:00:00-00:00 +category = 'pixel' +tags = ['howto'] ++++ + +## Pixel Configs +Decided to upload some config files to pastebin for everyone to use and easily get gentoo up and running on their Pixel. + +[Kernel config](http://pastebin.com/bX4ayMEM) + +[grub2](http://pastebin.com/mhhPSVT3) + +## [Part 4](http://ampx.minhas.io/posts/2014/Feb/17/gentoo-on-the-google-pixel-pt-4.html) diff --git a/content/posts/gentoo-on-the-google-pixel-pt-4.md b/content/posts/gentoo-on-the-google-pixel-pt-4.md new file mode 100644 index 0000000..2e2c9d6 --- /dev/null +++ b/content/posts/gentoo-on-the-google-pixel-pt-4.md @@ -0,0 +1,48 @@ ++++ +title = 'Gentoo on the Google Pixel Pt. 2' +date = 2014-02-17T00:00:00-00:00 +category = 'pixel' +tags = ['howto'] ++++ + +## Tiny Fixes +These are really just fixes for the font rendering/zoom levels of everything. As it turns out the world/userspace tools aren't really ready for high DPI. As such these are some quick tweaks to get everything not looking ridiculous. I use Firefox as my browser, urxvt (with 256-color) as my terminal, and i3 as my window manager. + + +## Fonts +Enable these using eselect +``` +Pixel Sub-Rendering: 10-sub-pixel-rgb.conf +LCD Filter: 11-lcdfilter-default.conf +``` + +## Xdefaults +```bash +!-- Xft settings -- ! +Xft.dpi: 180 +Xft.rgba: rgb +Xft.hinting: true +Xft.hintstyle: hintfull +Xft.antialiasing: false + +! -- Fonts -- ! +urxvt.font:xft:DejaVu Sans Mono:size=8 +urxvt.boldfont:xft:DejaVu Sans Mono:size=8 + +! -- URxvt settings -- ! + +urxvt*geometry: 80x30 +!urxvt.font: 9x15 +urxvt*background: #212629 +urxvt*foreground: #FFFFFF +urxvt*scrollBar: false +urxvt*matcher.button: 1 +urxvt*cursorBlink: true +urxvt*cursorColor: #c1c8c9 +urxvt.transparent: false +urxvt*allow_bold: true +urxvt*inheritPixmap: false +``` + +## Firefox Settings +After some tinkering, I've realized the best bet is to get the Default Full Zoom add-on and set the default zoom between 130% and 140%. diff --git a/content/posts/hello-world-deuxieme-partie.md b/content/posts/hello-world-deuxieme-partie.md new file mode 100644 index 0000000..8b344ca --- /dev/null +++ b/content/posts/hello-world-deuxieme-partie.md @@ -0,0 +1,195 @@ ++++ +title = 'Hello World Deuxième Partie' +date = 2020-01-18T19:35:18.446638Z +category = 'sudoscientist' ++++ + +```bash +sudoscientist:~# apt install golang nodejs +``` + +## Building sudoscientist +With the languages for my project picked out, I began working on a simple RESTful backend in golang. Here, there were choices for which router I would use, and the decision came down to either the `gorilla/mux` or `go-chi/chi`. While I could have used just used `net/http`, I wanted something simple to organize my routes and not have to worry about starting entirely from scratch. A routing frameworks was something that I had no intention of writing from scratch, nor did I want to start going down the path of writing a simple routing utility only to have to replace it later. The ability to plug in middleware to handle authentication and other common roadblocks also made using a routing framework attractive. The decision to use `go-chi/chi` was mostly down to how easy it was to read the source code and grasp what was happening. The simplicity of the tools allowed me to easily understand what I was doing, and hack on whatever else I needed along the way. With this, and the decision to use React/Redux already in place, I started building. + +## Golang, and what makes a website + +The proverb measured twice, cut once is a useful philosophy when building websites, or applications in general. The foresight of knowing what needs to get done makes it much easier to actually build it. This project was made easier because of the iterations I went through when using a traditional model, view, and controller framework. I knew that I needed separate data stores for my various components, such as users, profiles, and posts. I also knew I had to implement some type of authentication and authorization, possibly using JavaScript Web Tokens (JTWs) to pass the data between the clients and servers. I knew if I could implement this process using cURL, it would be fairly easy to transition to a proper JavaScript frontend. To store data I would use PostgreSQL, since that was the database I was most comfortable with, and it has plugins for some of the future projects I want to work on. + +The first step was implementing a simple database connection. After reading some best practices for handling having multiple modules, connecting to the same database, I opted for using dependency injection to pass the database details around to my various sub-components. +```golang +func main() { + // initiate the database + db, _ := database.NewDB() + defer db.Close() + auth.DB = db + auth.Init() + users.DB = db + users.Init() + blog.DB = db + blog.Init() +``` + +This allowed me to have one database connection, and the ability to pass the reference of that connection to my sub-components. It would also make it a matter of adding two lines to main.go for each new component that I needed accessing the database. Additionally, until I set up migrations, the `Init()` calls would allow me to initialize my tables. + +The next step was building out a bare bones user system. This would be split into two separate but interrelated packages. The first would be the `auth` package, which would be designated to handle authentication and passwords. The second would be the `users` package, which would contain the user's profile and other associated information. This would allow for me to decouple the profiles of users from the user themselves. + +The primary information needed in the authentication package would be a user's name, email address, and password. The creation of this was a simple SQL command. +```golang +func Init() { + DB.Exec("CREATE TABLE IF NOT EXISTS users (username text primary key, email text, password text, admin boolean);") +} +``` + +Creating a `struct` for passing this data around was also straightforward. +```golang +type SignUpCredentials struct { + Username string `json:"username", db:"username"` + Email string `json:"email", db:"email"` + Password string `json:"password", db:"password"` +} +``` + +As was getting the data into code. +```golang +creds := &SignUpCredentials{} +err := json.NewDecoder(r.Body).Decode(creds) +``` + +This allowed me to push the data to the backend service via json data `curl -d @file.json` which would add the file.json to the request and that could be deserialized and processed in golang. Using a mix of `dgrijalva/jwt-go` and `go-chi/jwtauth` allowed me to quickly prototype and keep most of the authentication process in the background. This was until I learned about the inherent insecure nature of JWT tokens being stored in JavaScript's `sessionstorage` and `localstorage`, which we will come back to later. + +For now, authentication was handled, and I proceeded to build out the basic functionality of a blog. This meant user profiles, which was minimized to: + +```golang +type User struct { + Username string `json:"username",db:"username"` + Email string `json:"email",db:"email"` + Country string `json:"country",db:"country"` + Bio string `json:"bio",db:"bio"` +} +``` + +Keeping things simple and modular was good for the first iteration of this blog. I can add arbitrary data to the `Bio` field until I feel like more fields are needed. The `Email` and `Username` fields are currently redundant, as they exist in the `auth` package as well, and will probably be stripped out later in favor of foreign keys. The bulk of the work left was the `blog` package. As the rest of this project, this was heavily influenced by the Django Framework's handling of `Posts`. +```golang +type BlogPost struct { + ID int `json:"id",db:"id"` + Title string `json:"title",db:"title"` + Slug string `json:"slug",db:"slug"` + Author string `json:"author",db:"author"` + Content string `json:"content",db:"content"` + TimePublished time.Time `json:"time_published", db:"time_published"` + Modified bool `json:"modified", db:"modified"` + TimeModified time.Time `json:"last_modified", db:"last_modified"` +} +``` + +Eventually, I may add a string field for backlinks, which would be useful for this post, and possibly other things as required. I wrote some simple routes to GET posts, and some routes to POST and PATCH. +```golang +func Routes() *chi.Mux { + r := chi.NewRouter() + r.Group(func(r chi.Router) { + r.Use(jwtauth.Verifier(TokenAuth)) + r.Use(jwtauth.Authenticator) + r.Post("/", createBlogPost) + r.Patch("/by-id/{id}", updateBlogPostById) + }) + r.Get("/", getBlogPosts) + r.Get("/by-slug/{slug}", getBlogPostBySlug) + r.Get("/by-id/{id}", getBlogPostById) + r.Get("/by-tag/{tag}", getBlogPostsByTag) + r.Get("/by-author/{author}", getBlogPostsByAuthor) + return r +} +``` + +In a few lines, I was able to declare the routes I would need, as well as apply authentication to certain routes using `go-chi/jwtauth`. Being able to authenticate via cURL, and create new blog posts with cURL, I decided to start working on the frontend. I knew I would have to fiddle with the backend further along the process, but I was content with the base I had and decided to dive into my apprehensions and fears. + +## NodeJS, and how to show a website + +JavaScript has always been a language I avoided. Between the hellhole that is `npm`, my discomfort with visuals, and my lack of need in making websites, I was able to avoid it for the most part. I made some simple websites in the Web 1.0 days, and even then my aesthetic senses were sub par. Even now, the v1.0.0 of sudoscientist is very minimalistic. I prefer the simple look of white on black text in a terminal over most fancy graphics. NodeJS and JavaScript as a whole is a very different from most development related work I've done. The JavaScript world as a whole seems very different. The JavaScript world seems very framework heavy. Do you use bootstrap or semantic? Angular? Vue? Meteor? Ionic? My decision in picking React/Redux was straight forward, I have a good friend (thanks Mark!) who is a seasoned user and someone that I could turn to for help in my misadventures. If it wasn't for that fact, I would probably still be trying to figure out which framework would work best for this project, and the other projects I want to pursue later. Like the decision to use Postgres, I wanted to make sure I could use the same methods in the future, and reuse as much code as possible. + +Learning React/Redux, even now, feels very much like learning React/Redux and not learning JavaScript. There is a ton of knowledge I now have that very specific to one framework. I don't think I would feel comfortable working with any other framework, and I don't even feel comfortable with React itself yet. Regardless, the project’s goals were set to be straight forward. I would go public with the site once I was able to display the posts from my previous blog, and a v1.0.0 would be cut once I was able to post from the blog's UI itself. This meant I would leave authentication until the end, and just work on getting RESTful interactions working with the backend, and displaying markdown. + +While working with the frontend, I employed a similar pattern for building out the application. I first focused on getting the appropriate libraries installed, and then working with the browser console to figure out what would be needed to make REST requests against the backend. Once this was completed, the next task was actually displaying posts in the browser. This would become a challenging task because it involves understanding the difference between the states of React, and Redux, along with understanding the event loop of rendering in React. This lead me to a lot of confusion, between the commits of [I have no idea what i'm doing :(](https://git.minhas.io/Asara/sudoscientist-js-frontend/commit/fabf06b8a6a53a39e7812fcc5eb4f47f634e33cf) and [It makes more sense now](https://git.minhas.io/Asara/sudoscientist-js-frontend/commit/922299010c3853d59c8af29bd151bb4a4d864934), I finally understood the difference between states, and how to merge JavaScript Objects together to push them to the state and have React rerender the web page. +```javascript +const initialState = { + entities: {}, +}; + +const normalizeEntities = (entities, payloadData) => { + const entitiesMap = {} + payloadData.forEach(post => entitiesMap[post.id] = post) + return {...entities, ...entitiesMap} +} + +export default (state = initialState, action) => { + switch (action.type) { + case 'FETCH_POSTS': + const mergedEntities = normalizeEntities(state.entities, action.payload) + return {...state, ...{entities: mergedEntities}} +... +``` + +This little bit of (magic) code allowed me to progress further and actually get blog posts in the browser. With this, I was content on publishing the blog with my old blog's posts, and start working on the next steps, authentication and making POST requests. + +## Authentication, JWTs, and Cookies + +Once I posted the blog, the next step would be to allow myself to make POST requests via the browser. This would first require me to set up some form of authentication. The initial revision of this would be very straightforward. Using `go-chi/jwtauth` allowed to quickly add a few lines to set up a simple JWT verifier and authenticator around specific routes +```golang +r.Group(func(r chi.Router) { + r.Use(jwtauth.Verifier(TokenAuth)) + r.Use(jwtauth.Authenticator) + r.Post("/", createBlogPost) + r.Patch("/by-id/{id}", updateBlogPostById) +}) +``` + +While this was a simple solution, along with storing the JWT in `localstorage` or `sessionstorage`, I started reading security guidelines on how to handle secrets in the browser. Upon coming across the OWASP requirement that local or session storage should not contain sensitive information, I reevaluated my solution. The implementation that made most sense to me was that of split-cookie authentication. Implementing this on the backend is a fun task, and is always my first step, I started working on a system that would be able to function with cURL. This would require writing some middleware for `go-chi/jwtauth`, which was as simple as: +```golang +func TokenFromSplitCookie(r *http.Request) string { + dataCookie, err := r.Cookie("DataCookie") + if err != nil { + return "" + } + signatureCookie, err := r.Cookie("SignatureCookie") + if err != nil { + return "" + } + cookie := dataCookie.Value + "." + signatureCookie.Value + return cookie +} +``` + +In addition to this, I added a function on the backend to set cookies in a secure manner: +```golang +func setCookies(w http.ResponseWriter, jwt string, expiration time.Time) string { + splitToken := strings.Split(jwt, ".") + dataCookie := http.Cookie{Name: "DataCookie", Value: strings.Join(splitToken[:2], "."), Expires: expiration, HttpOnly: false, Path: "/", Domain: ".sudoscientist.com", MaxAge: 360, Secure: true} + http.SetCookie(w, &dataCookie) + signatureCookie := http.Cookie{Name: "SignatureCookie", Value: splitToken[2], Expires: expiration, HttpOnly: true, Path: "/", Domain: ".sudoscientist.com", MaxAge: 360, Secure: true} + http.SetCookie(w, &signatureCookie) + return strings.Join(splitToken[:2], ".") +} +``` + +This bit of code would take the cookies passed up by the browser, of which the DataCookie was accessible to the JavaScript frontend, and the SignatureCookie would be HttpOnly, functionally disallowed any JavaScrpit from having the entire contents of the cookie, and would disallow updating the cookie since the signature would be invalid on altered data. Furthermore, since most of this was being handled by cookies, the process to incorporate getting data out of the was as simple as `const datacookie = cookies.get('DataCookie');`. This allowed me to get the data required to render user information accurately in the UI. Finally, with this in place, I was able to have a secure authentication system, and all that was left was setting up a way to make new posts! + +## First POSTs and the future of sudoscientist +One thing that is understandable about the Node.js ecosystem is that the vast library of node modules is a bit of a necessity. There is a LOT of things that need to be done repeatedly to render data in a browser. One of these repeated functions is saving, loading, and rendering Markdown. In order to accomplish this in React, I ended up using React Markdown Editor. The code for this was as simple as: +```javascript +
+ + Promise.resolve()} + /> +
+``` + +The `react-mde` library made it simple to edit and view my markdown files, load it into a JSON blob, and POST it to the backend. This will also be leveraged for the PATCH function to update old posts in the future. + +Looking forward, the next steps for the blog will be implementing the PATCH feature, maybe adding some regions for backlinks, figuring out and implementing database migrations, and finally comments. Once that is done, I think I will continue to work on other projects and document them on sudoscientist. These two initial blog posts were primarily retrospectives, and as such were written with me just referencing old git commits and piecing the story together. In the future I plan on writing down notes and actually document what I'm doing while I do it. + +It's a pleasure to have you reading, and thanks! Hope to see you in the next one. diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md new file mode 100644 index 0000000..eaddc43 --- /dev/null +++ b/content/posts/hello-world.md @@ -0,0 +1,35 @@ ++++ +title = 'Hello World!' +date = 2019-12-21T22:25:09-04:00 +category = 'sudoscientist' ++++ + +```bash +scientist:~$ sudo su - +sudoscientist:~# +``` + +## Welcome to my blog! +Nice to meet you. Thanks for being here. Here is a little bit about me, and my blog, sudoscientist. I go by Asara on the internet, and I am an aspiring engineer. I've been in the industry for a while, but it is an infinitely wide industry, and there is still much more to learn. This will be a pretty long blog post, but not a very technical one. The next post will deal with the actual process of building sudoscientist! The motivation for sudoscientist was twofold. + +The primary motivation was that I wanted to get back into blogging, and being that I haven't made any posts in about 5 years, I had to take action. I have learned a ton in that time period, and have shifted my focus from the general catchall of `Linux` to `architecture`, `the cloud`, and `automation`. Docker has absorbed the industry in this time, and from my humble dabbling in building docker back in 2014, to building Kubernetes in 2019, a lot has changed. I've flipped through a few jobs, built some really cool solutions to interesting problems, and it would be fun to write about the challenges that I will face going forward. + +The second motivation was technical development. My previous blog was built with Pelican, the static site generator. This was a workable solution, but left a lot to be desired. I had no feeling of ownership over it. Like most `things` in life, it seemed like a tool that was given to me, which I used. I realized I didn't truly understand what was going on under the hood. + +A static site generator is a simple tool, it will take some plain text files, applying some templating to them, and rendering them as HTML. This however wasn't interactive. I wouldn't be able to improve or extend this solution without adding other `tools` from other `providers`. The feeling that I was just using tools and not building my own solutions bothered me. That lead to the beginning of sudoscientist. + +## Iterations +Blog engines are easy right? Everyone has one! + +My personal experience has been that many engineers enter technology via content management systems. WordPress, Django, (insert your favorite content management system here), etc. This is a great start. Most of the `confusing` or `complicated` features are hidden from the developer. Model, view, and controller allows engineers to build solutions much faster, but leaves them tangentially dealing with databases, having a hands off approach to networking, and rarely working with serialization of data. Authentication? Already built in. Comments? A click away. + +This was my experience. I started with Python, the language I was most comfortable with, and hacked away at Django. Django was a nice starting point. I had always been apprehensive about programming, as I never had any real math training. I still don't know much about algorithms, or what the best data structures fit which situations, but that will come with due time. Django allowed me to rapidly build out a solution, but it didn't really allow me to fiddle with things. I always felt that building around `middleware` was cumbersome, and frankly annoying. Plug and play works great, but comes at the cost of understanding. + +The next step for me was moving from Django to Flask. Another Python framework, but a `micro-framework` this time. This again, was a nice comfortable median for me. I wasn't so deep in the weeds; I was overwhelmed, but I still didn't really need to learn what I was doing. Documentation such as `The Flask Mega-Tutorial` made working with Flask very straightforward. This was a good way to take off the training wheels, but I still felt as if I was selling myself short. Templating was all done server side, and the modern world was moving towards technologies such as Angular.js and the then, very young, React.js. Like Docker, JavaScript has taken over the world as well. This lead me to realize that I would have to bite the bullet eventually, and I decided to move away from the model/view/controller methodology, and towards the paradigm of RESTful APIs and static sites written in Javascript to access those APIs. + +## Enter sudoscientist +I began writing the back-end to sudoscientist in Python. Flask-restful is a fun tool, but I decided quickly that I wanted to move past Python for larger projects. Python is a great scripting tool, and I wanted to use it in that context. The decision to learn React was similar to that of choosing Go. Go has been gaining steam over the past few years and has a very mature HTTP standard library. While I didn't write sudoscientist with only the standard library, go-chi, the routing framework used, is a very simple one, and is fairly easy to read and understand. I have also over time come to avoid, and possibly dislike object oriented programming. Golang's hands off approach felt smooth. Along with this, many tools in my `${DAY_JOB}`` are built in Go. It made it a compelling language to work with. The focus on a low level of external dependencies when building, and the ethos of using the standard library for as much as you can also piqued my interest. With the tools chosen, I began working. + +I [started](https://git.minhas.io/Asara/sudoscientist-go-backend/commit/b7132ce2dc631f1b30c7f0e95b1f46ec6626081e) with the back-end in February, and hacked around with learning the language, the tools, and using curl to make requests. Once I had something I thought I could work with, I [began](https://git.minhas.io/Asara/sudoscientist-js-frontend/commit/79ca8e12975d4c2a8d61ec00d7a71f3987e6bc68) the frontend, with a read me stating `FML`. About 9 months after starting this project, I am now able to say Hello World! + +Thanks for being here, and I hope to catch you on the next one! diff --git a/content/posts/recovered-the-blog.md b/content/posts/recovered-the-blog.md new file mode 100644 index 0000000..dd3bf06 --- /dev/null +++ b/content/posts/recovered-the-blog.md @@ -0,0 +1,7 @@ ++++ +title = 'Recovered the Blog' +date = 2014-08-15T00:00:00-00:00 ++++ + +## Back up and running +Fixed most of the issues with the blog. Everything should be up and running now! Expect posts soon. diff --git a/content/posts/recovering-the-blog.md b/content/posts/recovering-the-blog.md new file mode 100644 index 0000000..e53f00c --- /dev/null +++ b/content/posts/recovering-the-blog.md @@ -0,0 +1,7 @@ ++++ +title = 'Recovering the Blog' +date = 2014-08-04T00:00:00-00:00 ++++ + +## Slowly but surely +After a failure of my SD card from a power surge, I've got my blog back up. Just have to get the theme and all working again, ignore the french! diff --git a/resources/_gen/assets/scss/css/base.scss_3b33337114e481782feeb60752452e17.content b/resources/_gen/assets/scss/css/base.scss_3b33337114e481782feeb60752452e17.content new file mode 100644 index 0000000..c1e0d86 --- /dev/null +++ b/resources/_gen/assets/scss/css/base.scss_3b33337114e481782feeb60752452e17.content @@ -0,0 +1,3 @@ +@font-face{font-display:swap;font-family:'Fira Code';font-style:normal;font-weight:400;src:url("../fonts/FiraCode-Regular.woff") format("woff")}@font-face{font-display:swap;font-family:'Fira Code';font-style:normal;font-weight:800;src:url("../fonts/FiraCode-Bold.woff") format("woff")}.button-container{display:table;margin-left:auto;margin-right:auto}button,.button,a.button{position:relative;display:flex;align-items:center;justify-content:center;padding:8px 18px;margin:5px 0;text-decoration:none;text-align:center;border-radius:8;border:1px solid #23B0FF;background:#23B0FF;color:#1d212c;font:inherit;font-weight:bold;appearance:none;cursor:pointer;outline:none}button:hover,.button:hover,a.button:hover{background:rgba(35,176,255,0.9)}button.outline,.button.outline,a.button.outline{background:transparent;box-shadow:none;padding:8px 18px}button.outline :hover,.button.outline :hover,a.button.outline :hover{transform:none;box-shadow:none}button.link,.button.link,a.button.link{background:none;font-size:1rem}button.small,.button.small,a.button.small{font-size:.8rem}button.wide,.button.wide,a.button.wide{min-width:200px;padding:14px 24px}a.read-more,a.read-more:hover,a.read-more:active{display:inline-flex;border:none;color:#23B0FF;background:none;box-shadow:none;padding:0;margin:20px 0;max-width:100%}.code-toolbar{margin-bottom:20px}.code-toolbar .toolbar-item a{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;margin-bottom:5px;text-decoration:none;text-align:center;font-size:13px;font-weight:500;border-radius:8px;border:1px solid transparent;appearance:none;cursor:pointer;outline:none}input,textarea,select{background:transparent;color:#23B0FF;border:1px solid #23B0FF;border-radius:0;padding:10px;margin:5px 0;font:inherit;appearance:none}input:focus,input :active,textarea:focus,textarea :active,select:focus,select :active{border-color:#fff;outline:1px solid #fff}input:active,textarea:active,select:active{box-shadow:none}select{background:#1d212c}select option{background:#1d212c}::placeholder{color:rgba(35,176,255,0.5)}input[type="checkbox"]{vertical-align:middle;padding:10px;box-shadow:inset 0 0 0 3px #1d212c}input[type="checkbox"]:checked{background:#23B0FF}.header{display:flex;flex-direction:column;position:relative}@media print{.header{display:none}}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;flex:1}.header__logo:after{content:'';background:repeating-linear-gradient(90deg, #23B0FF, #23B0FF 2px, transparent 0, transparent 10px);display:block;width:100%;right:10px}.header__logo a{flex:0 0 auto;max-width:100%;text-decoration:none}.navigation-menu{display:flex;align-items:flex-start;justify-content:space-between;margin:20px 1px}@media (max-width: 684px){.navigation-menu{margin:0}}.navigation-menu__inner{display:flex;flex:1;flex-wrap:wrap;list-style:none;margin:0;padding:0}.navigation-menu__inner>li{flex:0 0 auto;margin-bottom:10px;white-space:nowrap}.navigation-menu__inner>li:not(:last-of-type){margin-right:20px}@media (max-width: 684px){.navigation-menu__inner{flex-direction:column;align-items:flex-start;padding:0}.navigation-menu__inner li{margin:0;padding:5px}}.navigation-menu .spacer{flex-grow:1 !important}.menu{display:flex;flex-direction:column;position:relative;list-style:none;padding:0;margin:0}.menu__trigger{margin-right:0 !important;color:#23B0FF;user-select:none;cursor:pointer}.menu__dropdown{display:none;flex-direction:column;position:absolute;background:#1d212c;box-shadow:0 10px rgba(29,33,44,0.8),-10px 10px rgba(29,33,44,0.8),10px 10px rgba(29,33,44,0.8);color:white;border:2px solid;margin:0;padding:10px;top:10px;left:0;list-style:none;z-index:99}.open .menu__dropdown{display:flex}.menu__dropdown>li{flex:0 0 auto}.menu__dropdown>li:not(:last-of-type){margin-bottom:10px}.menu__dropdown>li a{display:flex;padding:5px}@media (max-width: 684px){.menu--desktop{display:none}}.menu--mobile .menu__trigger{color:#23B0FF;border:2px solid;margin-left:10px;height:100%;padding:3px 8px;margin-bottom:0 !important;position:relative;cursor:pointer;display:none}@media (max-width: 684px){.menu--mobile .menu__trigger{display:block}}@media (max-width: 684px){.menu--mobile .menu__dropdown{left:auto;right:0}}.menu--mobile li{flex:0 0 auto}.menu--mobile li:not(:last-of-type){margin-bottom:10px}.menu--language-selector .menu__trigger{color:#23B0FF;border:2px solid;margin-left:10px;height:100%;padding:3px 8px;margin-bottom:0 !important;position:relative;cursor:pointer}@media (max-width: 684px){.menu--language-selector .menu__trigger{display:none}}.menu--language-selector .menu__dropdown{left:auto;right:0}.logo{display:flex;align-items:center;text-decoration:none;background:#23B0FF;color:black;padding:5px 10px}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0;padding:0;font-family:'Fira Code', Monaco, Consolas, Ubuntu Mono, monospace;font-size:1rem;line-height:1.54;letter-spacing:-0.02em;background-color:#1d212c;color:#fff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-feature-settings:"liga", "tnum", "zero", "ss01", "locl";font-variant-ligatures:contextual;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%}@media (max-width: 684px){body{font-size:1rem}}.headings--one-size h1,.headings--one-size h2,.headings--one-size h3,.headings--one-size h4,.headings--one-size h5,.headings--one-size h6{line-height:1.3}.headings--one-size h1:not(first-child),.headings--one-size h2:not(first-child),.headings--one-size h3:not(first-child),.headings--one-size h4:not(first-child),.headings--one-size h5:not(first-child),.headings--one-size h6:not(first-child){margin-top:40px}.headings--one-size h1,.headings--one-size h2,.headings--one-size h3{font-size:1.4rem}.headings--one-size h4,.headings--one-size h5,.headings--one-size h6{font-size:1.2rem}a{color:inherit}img{display:block;max-width:100%}img.left{margin-right:auto}img.center{margin-left:auto;margin-right:auto}img.right{margin-left:auto}p{margin-bottom:20px}figure{display:table;max-width:100%;margin:25px 0}figure.left{margin-right:auto}figure.center{margin-left:auto;margin-right:auto}figure.right{margin-left:auto}figure figcaption{font-size:14px;padding:5px 10px;margin-top:5px;background:#23B0FF;color:#1d212c}figure figcaption.left{text-align:left}figure figcaption.center{text-align:center}figure figcaption.right{text-align:right}code,kbd{font-family:'Fira Code', Monaco, Consolas, Ubuntu Mono, monospace !important;font-feature-settings:normal;background:rgba(35,176,255,0.2);color:#23B0FF;padding:1px 6px;margin:0 2px;font-size:.95rem}code code,code kbd,kbd code,kbd kbd{background:transparent;padding:0;margin:0}pre{background:transparent !important;padding:20px 10px;margin:40px 0;font-size:.95rem !important;overflow:auto;border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(255,255,255,0.1)}pre+pre{border-top:0;margin-top:-40px}@media (max-width: 684px){pre{white-space:pre-wrap;word-wrap:break-word}}pre code{background:none !important;margin:0;padding:0;font-size:inherit;border:none}blockquote{border-top:1px solid #23B0FF;border-bottom:1px solid #23B0FF;margin:40px 0;padding:25px}@media (max-width: 684px){blockquote{padding-right:0}}blockquote p:first-of-type{margin-top:0}blockquote p:last-of-type{margin-bottom:0}blockquote p{position:relative}blockquote p:first-of-type:before{content:'>';display:block;position:absolute;left:-25px;color:#23B0FF}blockquote.twitter-tweet{position:relative;background:rgba(35,176,255,0.1);font:inherit;color:inherit;border:1px solid #23B0FF;padding-top:60px}blockquote.twitter-tweet p:before{content:''}blockquote.twitter-tweet:before{content:'> From Twitter:';position:absolute;top:20px;color:#23B0FF;font-weight:bold}blockquote.twitter-tweet a{color:#23B0FF}table{table-layout:auto;border-collapse:collapse;width:100%;margin:40px 0}table,th,td{border:1px dashed #23B0FF;padding:10px}th{color:#23B0FF}ul,ol{margin-left:22px;padding:0}ul li,ol li{position:relative}@media (max-width: 684px){ul,ol{margin-left:20px}}ol{list-style:none;counter-reset:li}ol>li{counter-increment:li}ol>li:before{content:counter(li);position:absolute;right:calc(100% + 10px);color:#23B0FF;display:inline-block;text-align:right}ol>li>ol{margin-left:38px}ol>li>ol>li{counter-increment:li}ol>li>ol>li:before{content:counters(li, ".") " "}mark{background:#23B0FF;color:#1d212c}.container{display:flex;flex-direction:column;padding:40px;max-width:864px;min-height:100vh;border-right:1px solid rgba(255,255,255,0.1)}.container.full,.container.center{border:none;margin:0 auto}.container.full{max-width:100%}@media (max-width: 684px){.container{padding:20px}}@media print{.container{display:initial}}.content{display:flex;flex-direction:column}@media print{.content{display:initial}}hr{width:100%;border:none;background:rgba(255,255,255,0.1);height:1px}.hidden{display:none}sup{line-height:0}.index-content{margin-top:20px}.framed{border:1px solid #23B0FF;padding:20px}.framed *:first-child{margin-top:0}.framed *:last-child{margin-bottom:0}.posts{width:100%}.post{width:100%;text-align:left;margin:20px auto;padding:20px 0}.post:not(:last-of-type){border-bottom:1px solid rgba(255,255,255,0.1)}.post-meta{font-size:1rem;margin-bottom:10px;color:rgba(35,176,255,0.7)}.post-meta>*:not(:first-child)::before{content:"::";display:inline-block;margin:0 8px}.post-title{position:relative;color:#23B0FF;margin:0 0 15px;padding-bottom:15px;border-bottom:3px dotted #23B0FF}.post-title:after{content:'';position:absolute;bottom:2px;display:block;width:100%;border-bottom:3px dotted #23B0FF}.post-title a{text-decoration:none}.post-tags{display:block;margin-bottom:20px;font-size:1rem;opacity:.5}.post-tags a{text-decoration:none}.post-content{margin-top:30px}.post-cover{border:20px solid #23B0FF;background:transparent;margin:40px 0;padding:20px}@media (max-width: 684px){.post-cover{padding:10px;border-width:10px}}.post ul{list-style:none}.post ul li:not(:empty):before{content:'-';position:absolute;left:-20px;color:#23B0FF}.post--regulation h1{justify-content:center}.post--regulation h2{justify-content:center;margin-bottom:10px}.post--regulation h2+h2{margin-top:-10px;margin-bottom:20px}.hanchor{color:rgba(35,176,255,0.9);text-decoration:none;margin-left:10px;visibility:hidden}h1:hover a,h2:hover a,h3:hover a,h4:hover a{visibility:visible}.footnotes{color:rgba(255,255,255,0.5)}.pagination{margin-top:50px}@media print{.pagination{display:none}}.pagination__title{display:flex;text-align:center;position:relative;margin:100px 0 20px}.pagination__title-h{text-align:center;margin:0 auto;padding:5px 10px;background:#1d212c;color:rgba(255,255,255,0.3);font-size:.8rem;text-transform:uppercase;text-decoration:none;letter-spacing:.1em;z-index:1}.pagination__title hr{position:absolute;left:0;right:0;width:100%;margin-top:15px;z-index:0}.pagination__buttons{display:flex;align-items:center;justify-content:center;flex-flow:row wrap;gap:10px}.pagination__buttons a{text-decoration:none}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;padding:0;appearance:none}@media (max-width: 684px){.button{flex:1}}.button a{display:flex;justify-content:center;flex:1;padding:8px 16px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.button__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.button.next .button__icon{margin-left:8px}.button.previous .button__icon{margin-right:8px}.footer{padding:40px 0;flex-grow:0;opacity:.5}.footer__inner{display:flex;align-items:center;justify-content:space-between;margin:0;width:760px;max-width:100%}@media (max-width: 900px){.footer__inner{flex-direction:column}}.footer a{color:inherit}.footer .copyright{display:flex;flex-flow:row wrap;flex:1;align-items:center;font-size:1rem;justify-content:center}.footer .copyright--user{margin:auto;text-align:center}.footer .copyright>*:first-child:not(:only-child){margin-right:10px}.footer .copyright span{white-space:nowrap}code[class*="language-"],pre[class*="language-"]{color:#ccc;background:none;font-family:Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*="language-"]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*="language-"],pre[class*="language-"]{background:#2d2d2d}:not(pre)>code[class*="language-"]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata{color:#999}.token.punctuation{color:#ccc}.token.tag,.token.attr-name,.token.namespace,.token.deleted{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.number,.token.function{color:#f08d49}.token.property,.token.class-name,.token.constant,.token.symbol{color:#f8c555}.token.selector,.token.important,.token.atrule,.token.keyword,.token.builtin{color:#cc99cd}.token.string,.token.char,.token.attr-value,.token.regex,.token.variable{color:#7ec699}.token.operator,.token.entity,.token.url{color:#67cdcc}.token.important,.token.bold{font-weight:bold}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}pre[data-line]{position:relative;padding:1em 0 1em 3em}.line-highlight{position:absolute;left:0;right:0;padding:inherit 0;margin-top:1em;background:rgba(153,122,102,0.08);background:linear-gradient(to right, rgba(153,122,102,0.1) 70%, rgba(153,122,102,0));pointer-events:none;line-height:inherit;white-space:pre}@media print{.line-highlight{-webkit-print-color-adjust:exact;color-adjust:exact}}.line-highlight:before,.line-highlight[data-end]:after{content:attr(data-start);position:absolute;top:.4em;left:.6em;min-width:1em;padding:0 .5em;background-color:rgba(153,122,102,0.4);color:#f5f2f0;font:bold 65%/1.5 sans-serif;text-align:center;vertical-align:.3em;border-radius:999px;text-shadow:none;box-shadow:0 1px white}.line-highlight[data-end]:after{content:attr(data-end);top:auto;bottom:.4em}.line-numbers .line-highlight:before,.line-numbers .line-highlight:after{content:none}pre[id].linkable-line-numbers span.line-numbers-rows{pointer-events:all}pre[id].linkable-line-numbers span.line-numbers-rows>span:before{cursor:pointer}pre[id].linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:rgba(128,128,128,0.2)}pre[class*="language-"].line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre[class*="language-"].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:0.8em;text-align:right}.command-line-prompt{border-right:1px solid #999;display:block;float:left;font-size:100%;letter-spacing:-1px;margin-right:1em;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.command-line-prompt>span:before{color:#999;content:' ';display:block;padding-right:0.8em}.command-line-prompt>span[data-user]:before{content:"[" attr(data-user) "@" attr(data-host) "] $"}.command-line-prompt>span[data-user="root"]:before{content:"[" attr(data-user) "@" attr(data-host) "] #"}.command-line-prompt>span[data-prompt]:before{content:attr(data-prompt)}div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;top:.3em;right:.2em;transition:opacity 0.3s ease-in-out;opacity:0}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar:focus-within>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{background:none;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,0.2);box-shadow:0 2px 0 0 rgba(0,0,0,0.2);border-radius:.5em}div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus{color:inherit;text-decoration:none}code.language-css,code.language-scss,.token.boolean,.token.string,.token.entity,.token.url,.language-css .token.string,.language-scss .token.string,.style .token.string,.token.attr-value,.token.keyword,.token.control,.token.directive,.token.statement,.token.regex,.token.atrule,.token.number,.token.inserted,.token.important{color:#23B0FF !important}.token.tag-id,.token.atrule-id,.token.operator,.token.unit,.token.placeholder,.token.variable,.token.tag,.token.attr-name,.token.namespace,.token.deleted,.token.property,.token.class-name,.token.constant,.token.symbol{color:rgba(35,176,255,0.7) !important}.token.property,.token.function,.token.function-name,.token.deleted,code.language-javascript,code.language-html,.command-line-prompt>span:before{color:#98999a !important}.token.selector,.token.tag,.token.punctuation{color:white}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:rgba(255,255,255,0.3) !important}.token.namespace{opacity:.7 !important}pre[data-line]{position:relative}pre[class*="language-"]{margin:0;padding:0;overflow:auto}.line-highlight{position:absolute;left:0;right:0;padding:0;margin:0;background:rgba(47,174,245,0.08);pointer-events:none;line-height:inherit;white-space:pre}.line-highlight:before,.line-highlight[data-end]:after{content:attr(data-start);position:absolute;left:.6em;min-width:1em;padding:0 .5em;background-color:rgba(153,122,102,0.4);color:#f5f2f0;font:bold 65%/1.5 sans-serif;text-align:center;vertical-align:.3em;border-radius:999px;text-shadow:none;box-shadow:0 1px white}.line-highlight[data-end]:after{content:attr(data-end);top:auto;bottom:.4em}.line-numbers .line-highlight:before,.line-numbers .line-highlight:after{content:none}.code-toolbar{position:relative;margin:40px 0;padding:20px;border:1px solid rgba(255,255,255,0.1)}.code-toolbar+.code-toolbar,.code-toolbar+.highlight,.code-toolbar+.highlight .code-toolbar{border-top:0;margin-top:calc(-1 * $code-margin)}.code-toolbar pre,.code-toolbar code{border:none}.code-toolbar code{display:block;color:inherit}.code-toolbar>.toolbar button{font-size:.8em !important;background:rgba(224,224,224,0.2) !important;color:#bbb !important;box-shadow:0 2px 0 0 rgba(0,0,0,0.2) !important;border-radius:0 !important;margin:6px !important;padding:10px !important;user-select:none}.collapsable-code{position:relative;width:100%;margin:40px 0}.collapsable-code input[type="checkbox"]{position:absolute;visibility:hidden}.collapsable-code input[type="checkbox"]:checked~pre,.collapsable-code input[type="checkbox"]:checked~.code-toolbar pre{height:0;padding:0;border-top:none}.collapsable-code input[type="checkbox"]:checked~.code-toolbar{padding:0;border-top:none}.collapsable-code input[type="checkbox"]:checked~.code-toolbar .toolbar{display:none}.collapsable-code input[type="checkbox"]:checked~label .collapsable-code__toggle:after{content:attr(data-label-expand)}.collapsable-code label{position:relative;display:flex;justify-content:space-between;min-width:30px;min-height:30px;margin:0;border-bottom:1px solid #2faef5;cursor:pointer}.collapsable-code__title{flex:1;color:#23B0FF;padding:3px 10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.collapsable-code__language{color:#23B0FF;border:1px solid #2faef5;border-bottom:none;text-transform:uppercase;padding:3px 10px}.collapsable-code__toggle{color:#23B0FF;font-size:16px;padding:3px 10px}.collapsable-code__toggle:after{content:attr(data-label-collapse)}.collapsable-code pre{margin-top:0}.collapsable-code pre::first-line{line-height:0}.collapsable-code .code-toolbar{margin:0}.terms h3{font-size:initial}.terms ul{list-style:none}.terms ul li a{color:#23B0FF}.terms ul li:not(:empty):before{content:'-';position:absolute;left:-20px;color:#23B0FF}body .gist .blob-num,body .gist .blob-code-inner{border:none} + +/*# sourceMappingURL=styles.css.map */ \ No newline at end of file diff --git a/resources/_gen/assets/scss/css/base.scss_3b33337114e481782feeb60752452e17.json b/resources/_gen/assets/scss/css/base.scss_3b33337114e481782feeb60752452e17.json new file mode 100644 index 0000000..e7b8e7c --- /dev/null +++ b/resources/_gen/assets/scss/css/base.scss_3b33337114e481782feeb60752452e17.json @@ -0,0 +1 @@ +{"Target":"styles.css","MediaType":"text/css","Data":{}} \ No newline at end of file diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..b7bd7696e0a27d731c6f5aaff1de555d9dbefa7a GIT binary patch literal 15406 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 literal 0 HcmV?d00001 diff --git a/themes/Hugo-2-Gopher-and-Gemini b/themes/Hugo-2-Gopher-and-Gemini new file mode 160000 index 0000000..87ce232 --- /dev/null +++ b/themes/Hugo-2-Gopher-and-Gemini @@ -0,0 +1 @@ +Subproject commit 87ce2329dea2cf2903fb044b9eb6c9f14f7d77dd diff --git a/themes/risotto/.gitignore b/themes/risotto/.gitignore new file mode 100644 index 0000000..2a8645f --- /dev/null +++ b/themes/risotto/.gitignore @@ -0,0 +1 @@ +.hugo_build.lock diff --git a/themes/risotto/LICENSE b/themes/risotto/LICENSE new file mode 100644 index 0000000..5c93805 --- /dev/null +++ b/themes/risotto/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2021 Joe Roe + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/themes/risotto/config.toml b/themes/risotto/config.toml new file mode 100644 index 0000000..7c79705 --- /dev/null +++ b/themes/risotto/config.toml @@ -0,0 +1,3 @@ +[module] + [module.hugoVersion] + min = "0.41.0" diff --git a/themes/risotto/layouts/404.html b/themes/risotto/layouts/404.html new file mode 100644 index 0000000..e69de29 diff --git a/themes/risotto/layouts/_default/baseof.html b/themes/risotto/layouts/_default/baseof.html new file mode 100644 index 0000000..9ef13f5 --- /dev/null +++ b/themes/risotto/layouts/_default/baseof.html @@ -0,0 +1,36 @@ + + + + + {{- partial "head.html" . -}} + + + +
+ + + +
+ {{- block "main" . }}{{- end }} +
+ +
+
+ {{- partial "about.html" . -}} +
+
+
+ {{- block "aside" . }}{{- end }} +
+
+ +
+ {{- partial "footer.html" . -}} +
+ +
+ + + diff --git a/themes/risotto/layouts/_default/index.rss.xml b/themes/risotto/layouts/_default/index.rss.xml new file mode 100644 index 0000000..3261903 --- /dev/null +++ b/themes/risotto/layouts/_default/index.rss.xml @@ -0,0 +1,34 @@ +{{- printf "" | safeHTML }} + + + {{ .Site.Title }} + {{ .Permalink }} + Recent content on {{ .Site.Title }} + Hugo -- gohugo.io{{ with .Site.LanguageCode }} + {{.}}{{end}}{{ with .Site.Author.email }} + {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} + {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }} + {{.}}{{end}}{{ if not .Date.IsZero }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} + {{ with .OutputFormats.Get "RSS" }} + {{ printf "" .Permalink .MediaType | safeHTML }} + {{ end }} + + + {{ $pages := (where .Site.RegularPages "Section" "posts") }} + {{ range .Translations }} + {{ $pages = $pages | lang.Merge (where .Site.RegularPages "Section" "posts") }} + {{ end }} + + {{ range $pages }} + + {{ .Title }} + {{ .Permalink }} + {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} + {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} + {{ .Permalink }} + {{ " + + {{ end }} + + diff --git a/themes/risotto/layouts/_default/li.html b/themes/risotto/layouts/_default/li.html new file mode 100644 index 0000000..c85e091 --- /dev/null +++ b/themes/risotto/layouts/_default/li.html @@ -0,0 +1 @@ +
  • {{ .Title | markdownify }}
  • diff --git a/themes/risotto/layouts/_default/list.html b/themes/risotto/layouts/_default/list.html new file mode 100644 index 0000000..6966c31 --- /dev/null +++ b/themes/risotto/layouts/_default/list.html @@ -0,0 +1,16 @@ +{{ define "main" }} +

    {{ .Title | markdownify }}

    + + {{ .Content }} + +
      + {{ range .Pages }} + {{ .Render "li" }} + {{ end }} +
    + +{{ end }} + +{{define "aside" }} + {{ if .Params.description }}

    {{ .Params.description }}

    {{ end }} +{{ end }} diff --git a/themes/risotto/layouts/_default/single.html b/themes/risotto/layouts/_default/single.html new file mode 100644 index 0000000..77abf32 --- /dev/null +++ b/themes/risotto/layouts/_default/single.html @@ -0,0 +1,29 @@ +{{ define "main" }} +
    +

    {{ .Title | markdownify }}

    +
    + {{ if .Params.toc }} + + {{ end }} +
    + {{ .Content }} +
    +
    +{{ end }} + +{{define "aside" }} + {{ if .Params.description }}

    {{ .Params.description }}

    {{ end }} + {{ if or (.Params.author) (.Params.date) }} +

    + {{ if .Params.author }}By {{ .Params.author }}{{ if .Date }}, {{ end }}{{ end }} + {{ if .Date }}{{ .Date.Format "2006-01-02" }}{{ end }} +

    + {{ end }} + + {{ if and (.Params.toc) (.TableOfContents) }} +
    + On this page: + {{ .TableOfContents }} + {{ end }} +{{ end }} diff --git a/themes/risotto/layouts/index.html b/themes/risotto/layouts/index.html new file mode 100644 index 0000000..c346e42 --- /dev/null +++ b/themes/risotto/layouts/index.html @@ -0,0 +1,4 @@ +{{ define "main" }} + {{ .Content }} +{{ end }} + diff --git a/themes/risotto/layouts/partials/about.html b/themes/risotto/layouts/partials/about.html new file mode 100644 index 0000000..6c6e1bc --- /dev/null +++ b/themes/risotto/layouts/partials/about.html @@ -0,0 +1,15 @@ +{{ with .Site.Params.about }} +
    + {{ with .logo }}{{ end }} +

    {{ .title }}

    +{{ with .description }}

    {{ . | markdownify }}

    {{ end }} +
    +{{ end }} + + diff --git a/themes/risotto/layouts/partials/footer.html b/themes/risotto/layouts/partials/footer.html new file mode 100644 index 0000000..d3df4ff --- /dev/null +++ b/themes/risotto/layouts/partials/footer.html @@ -0,0 +1,2 @@ +{{- partial "lang.html" . -}} + diff --git a/themes/risotto/layouts/partials/head.html b/themes/risotto/layouts/partials/head.html new file mode 100644 index 0000000..d613bd8 --- /dev/null +++ b/themes/risotto/layouts/partials/head.html @@ -0,0 +1,36 @@ +{{ with .Title }}{{ . }} {{end}} +{{ with .Site.Params.about }}{{ end }} + + + +{{ if .Site.Params.noindex }} {{ end }} + + + + + + + + + + + + + + + + +{{ if os.FileExists "static/favicon.ico" }}{{ end }} +{{ if os.FileExists "static/favicon-32x32.png" }}{{ end }} +{{ if os.FileExists "static/favicon-16x16.png" }}{{ end }} +{{ if os.FileExists "static/apple-touch-icon.png" }}{{ end }} +{{ if os.FileExists "static/site.webmanifest" }}{{ end }} + +{{ range .AlternativeOutputFormats -}} + +{{ end -}} diff --git a/themes/risotto/layouts/partials/header.html b/themes/risotto/layouts/partials/header.html new file mode 100644 index 0000000..45c46ce --- /dev/null +++ b/themes/risotto/layouts/partials/header.html @@ -0,0 +1,10 @@ + + diff --git a/themes/risotto/layouts/partials/lang.html b/themes/risotto/layouts/partials/lang.html new file mode 100644 index 0000000..43c93d4 --- /dev/null +++ b/themes/risotto/layouts/partials/lang.html @@ -0,0 +1,28 @@ +

    + {{ $siteLanguages := .Site.Languages }} + {{ $pageLang := .Page.Lang }} + + {{ $currentPage := . }} + {{ $pageName := "" }} + {{ range .Site.Menus.main }} + {{ if eq ($currentPage.Permalink) (.URL | absLangURL) }} + {{ $pageName = .Name }} + {{ end }} + {{ end }} + + {{ range .Page.AllTranslations }} + {{ $translation := .}} + {{ range $siteLanguages }} + {{ if eq $translation.Lang .Lang }} + {{ $selected := false }} + {{ if eq $pageLang .Lang }} +
    $ echo $LANG
    {{ .LanguageName }}

    + + {{ else }} +
    export LANG={{ .LanguageName }}; ./{{ $pageName }}
    + {{ end }} + {{ end }} + {{ end }} + {{ end }} +

    +

    diff --git a/themes/risotto/layouts/post/list.html b/themes/risotto/layouts/post/list.html new file mode 100644 index 0000000..658b1eb --- /dev/null +++ b/themes/risotto/layouts/post/list.html @@ -0,0 +1,26 @@ +{{ define "main" }} +
    +

    {{ .Title | markdownify }}

    + {{ .Content }} +
    + + {{ range .Pages }} + + {{ end }} +{{ end }} + +{{define "aside" }} + {{ if .Params.description }}

    {{ .Params.description }}

    {{ end }} +{{ end }} diff --git a/themes/risotto/static/css/about.css b/themes/risotto/static/css/about.css new file mode 100644 index 0000000..6c12ba4 --- /dev/null +++ b/themes/risotto/static/css/about.css @@ -0,0 +1,26 @@ +/* About/bio section */ +.about__logo { + height: 1.5rem; +} + +.about__title { + display: inline; + vertical-align: top; +} + +.about__title::before { + content: none; +} + +/* Social media links */ +.aside__social-links { + padding: 0; +} + +.aside__social-links li { + display: inline-block; +} + +.aside__social-links li::marker { + content: none; +} diff --git a/themes/risotto/static/css/colours.css b/themes/risotto/static/css/colours.css new file mode 100644 index 0000000..4326985 --- /dev/null +++ b/themes/risotto/static/css/colours.css @@ -0,0 +1,17 @@ +:root { + /* Background */ + --bg: var(--base00); + --off-bg: var(--base01); + --inner-bg: var(--base02); + + /* Text */ + --fg: var(--base05); + --off-fg: var(--base04); + --muted: var(--base03); + --link: var(--base0D); + --hover: var(--base0C); + --highlight: var(--base0A); + + /* Logo */ + --logo: var(--base0B); +} diff --git a/themes/risotto/static/css/custom.css b/themes/risotto/static/css/custom.css new file mode 100644 index 0000000..71949ed --- /dev/null +++ b/themes/risotto/static/css/custom.css @@ -0,0 +1 @@ +/* Override this file to customise the theme's CSS for your site */ diff --git a/themes/risotto/static/css/footer.css b/themes/risotto/static/css/footer.css new file mode 100644 index 0000000..3e84188 --- /dev/null +++ b/themes/risotto/static/css/footer.css @@ -0,0 +1,7 @@ +.page__footer { + color: var(--off-fg); +} + +.page__footer p { + margin: 0; +} diff --git a/themes/risotto/static/css/header.css b/themes/risotto/static/css/header.css new file mode 100644 index 0000000..cab735b --- /dev/null +++ b/themes/risotto/static/css/header.css @@ -0,0 +1,20 @@ +/* Main menu */ +.main-nav ul { + display: flex; + flex-flow: row wrap; + justify-content: flex-start; + margin: 0; + padding: 0 0 0.25rem 0; + gap: 0rem 1.5rem; +} + +.main-nav li { + padding-top: 0.25rem; + margin-left: 1rem; + text-transform: lowercase; +} + +.main-nav li::marker { + content: "./"; +} + diff --git a/themes/risotto/static/css/layout.css b/themes/risotto/static/css/layout.css new file mode 100644 index 0000000..d249166 --- /dev/null +++ b/themes/risotto/static/css/layout.css @@ -0,0 +1,57 @@ +/* 1rem = 16px by default */ + +.page { + max-width: 64rem; + margin: 1rem auto; + display: grid; + grid-template-areas: + "header" + "body" + "aside" + "footer"; + grid-template-columns: minmax(0, 1fr); /* https://css-tricks.com/preventing-a-grid-blowout/ */ + grid-row-gap: 2rem; +} + +@media (min-width: 45rem) { + .page { + grid-template-areas: + "header header" + "body aside" + "footer footer"; + grid-template-columns: minmax(0, 1fr) 15rem; + grid-column-gap: 2rem; + } +} + +/* Header */ +.page__header { + grid-area: header; + display: flex; +} + +.page__logo { + flex-shrink: 0; +} + +.page__nav { + flex-grow: 1; +} + +/* Body + aside */ +.page__body { + grid-area: body; + background-color: var(--off-bg); + box-shadow: 0 0 0 1rem var(--off-bg); + overflow-wrap: break-word; +} + +.page__aside { + grid-area: aside; + color: var(--off-fg); +} + +/* Footer */ +.page__footer { + grid-area: footer; +} diff --git a/themes/risotto/static/css/logo.css b/themes/risotto/static/css/logo.css new file mode 100644 index 0000000..ce296e3 --- /dev/null +++ b/themes/risotto/static/css/logo.css @@ -0,0 +1,37 @@ +.page__logo { + padding: 0; + margin: 0; + font-weight: inherit; + color: var(--bg); +} + +.page__logo:before { + content: none; +} + +.page__logo-inner { + display: block; + background: var(--logo); + opacity: 0.90; + padding: 0.25rem; +} + +a.page__logo-inner:link, a.page__logo-inner:visited { + color: inherit; + text-decoration: inherit; +} + +a.page__logo-inner:hover, +a.page__logo-inner:active { + opacity: 1; +} + +.page__logo-inner:before { + content: ""; + color: var(--bg); +} + +.page__logo-inner:after { + content: ":~#"; + color: var(--bg); +} diff --git a/themes/risotto/static/css/palettes/personal.css b/themes/risotto/static/css/palettes/personal.css new file mode 100644 index 0000000..7bff2fd --- /dev/null +++ b/themes/risotto/static/css/palettes/personal.css @@ -0,0 +1,20 @@ +/* Dracula by Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula) */ + +:root { + --base00: #111313; + --base01: #212629; + --base02: #282424; + --base03: #986c9e; + --base04: #6c8b9e; + --base05: #c1c8c9; + --base06: #6b9e98; + --base07: #b8baba; + --base08: #9e6b71; + --base09: #424446; + --base0A: #cdcfce; + --base0B: #b290b6; + --base0C: #90b6b3; + --base0D: #90a7b6; + --base0E: #986b9e; + --base0F: #b5b18f; +} diff --git a/themes/risotto/static/css/risotto.css b/themes/risotto/static/css/risotto.css new file mode 100644 index 0000000..dcb5a96 --- /dev/null +++ b/themes/risotto/static/css/risotto.css @@ -0,0 +1,12 @@ +@import 'colours.css'; +@import 'typography.css'; +@import 'layout.css'; +@import 'header.css'; +@import 'logo.css'; +@import 'about.css'; +@import 'footer.css'; + +body { + background-color: var(--bg); + color: var(--fg); +} diff --git a/themes/risotto/static/css/syntax.css b/themes/risotto/static/css/syntax.css new file mode 100644 index 0000000..59074be --- /dev/null +++ b/themes/risotto/static/css/syntax.css @@ -0,0 +1,86 @@ +/* Background */ .bg { color: #fab387; background-color: #1e1e2e; } +/* PreWrapper */ .chroma { color: #fab387; background-color: #1e1e2e; } +/* Other */ .chroma .x { } +/* Error */ .chroma .err { color: #f38ba8 } +/* CodeLine */ .chroma .cl { } +/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; } +/* LineHighlight */ .chroma .hl { background-color: #ffffcc } +/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7d5943 } +/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7d5943 } +/* Line */ .chroma .line { display: flex; } +/* Keyword */ .chroma .k { color: #cba6f7 } +/* KeywordConstant */ .chroma .kc { color: #cba6f7; font-style: italic } +/* KeywordDeclaration */ .chroma .kd { color: #cba6f7 } +/* KeywordNamespace */ .chroma .kn { color: #cba6f7 } +/* KeywordPseudo */ .chroma .kp { color: #cba6f7; font-weight: bold } +/* KeywordReserved */ .chroma .kr { color: #cba6f7 } +/* KeywordType */ .chroma .kt { color: #f9e2af } +/* Name */ .chroma .n { color: #b4befe } +/* NameAttribute */ .chroma .na { color: #f9e2af } +/* NameBuiltin */ .chroma .nb { font-style: italic } +/* NameBuiltinPseudo */ .chroma .bp { color: #b4befe } +/* NameClass */ .chroma .nc { color: #f9e2af } +/* NameConstant */ .chroma .no { color: #f9e2af } +/* NameDecorator */ .chroma .nd { color: #f5c2e7 } +/* NameEntity */ .chroma .ni { color: #f5c2e7 } +/* NameException */ .chroma .ne { color: #eba0ac } +/* NameFunction */ .chroma .nf { color: #89dceb } +/* NameFunctionMagic */ .chroma .fm { color: #b4befe } +/* NameLabel */ .chroma .nl { color: #f9e2af } +/* NameNamespace */ .chroma .nn { color: #f9e2af } +/* NameOther */ .chroma .nx { } +/* NameProperty */ .chroma .py { color: #b4befe } +/* NameTag */ .chroma .nt { color: #cba6f7 } +/* NameVariable */ .chroma .nv { } +/* NameVariableClass */ .chroma .vc { color: #b4befe } +/* NameVariableGlobal */ .chroma .vg { color: #b4befe } +/* NameVariableInstance */ .chroma .vi { color: #b4befe } +/* NameVariableMagic */ .chroma .vm { color: #b4befe } +/* Literal */ .chroma .l { } +/* LiteralDate */ .chroma .ld { } +/* LiteralString */ .chroma .s { color: #a6e3a1 } +/* LiteralStringAffix */ .chroma .sa { color: #a6e3a1 } +/* LiteralStringBacktick */ .chroma .sb { color: #a6e3a1 } +/* LiteralStringChar */ .chroma .sc { color: #a6e3a1 } +/* LiteralStringDelimiter */ .chroma .dl { color: #a6e3a1 } +/* LiteralStringDoc */ .chroma .sd { color: #a6e3a1 } +/* LiteralStringDouble */ .chroma .s2 { color: #a6e3a1 } +/* LiteralStringEscape */ .chroma .se { color: #89b4fa } +/* LiteralStringHeredoc */ .chroma .sh { color: #a6e3a1 } +/* LiteralStringInterpol */ .chroma .si { color: #a6e3a1 } +/* LiteralStringOther */ .chroma .sx { color: #a6e3a1 } +/* LiteralStringRegex */ .chroma .sr { color: #89b4fa } +/* LiteralStringSingle */ .chroma .s1 { color: #a6e3a1 } +/* LiteralStringSymbol */ .chroma .ss { color: #a6e3a1 } +/* LiteralNumber */ .chroma .m { } +/* LiteralNumberBin */ .chroma .mb { } +/* LiteralNumberFloat */ .chroma .mf { } +/* LiteralNumberHex */ .chroma .mh { } +/* LiteralNumberInteger */ .chroma .mi { } +/* LiteralNumberIntegerLong */ .chroma .il { } +/* LiteralNumberOct */ .chroma .mo { } +/* Operator */ .chroma .o { color: #89dceb } +/* OperatorWord */ .chroma .ow { color: #89dceb; font-weight: bold } +/* Punctuation */ .chroma .p { color: #cdd6f4 } +/* Comment */ .chroma .c { color: #585b70; font-style: italic } +/* CommentHashbang */ .chroma .ch { color: #585b70; font-style: italic } +/* CommentMultiline */ .chroma .cm { color: #585b70; font-style: italic } +/* CommentSingle */ .chroma .c1 { color: #585b70; font-style: italic } +/* CommentSpecial */ .chroma .cs { color: #585b70; font-style: italic } +/* CommentPreproc */ .chroma .cp { color: #89b4fa; font-style: italic } +/* CommentPreprocFile */ .chroma .cpf { color: #89b4fa; font-style: italic } +/* Generic */ .chroma .g { } +/* GenericDeleted */ .chroma .gd { color: #eba0ac } +/* GenericEmph */ .chroma .ge { font-style: italic } +/* GenericError */ .chroma .gr { color: #eba0ac } +/* GenericHeading */ .chroma .gh { color: #89dceb; font-weight: bold } +/* GenericInserted */ .chroma .gi { color: #a6e3a1 } +/* GenericOutput */ .chroma .go { } +/* GenericPrompt */ .chroma .gp { color: #6c7086; font-weight: bold } +/* GenericStrong */ .chroma .gs { font-weight: bold } +/* GenericSubheading */ .chroma .gu { color: #89dceb; font-weight: bold } +/* GenericTraceback */ .chroma .gt { color: #eba0ac } +/* GenericUnderline */ .chroma .gl { } +/* TextWhitespace */ .chroma .w { color: #313244 } diff --git a/themes/risotto/static/css/typography.css b/themes/risotto/static/css/typography.css new file mode 100644 index 0000000..fcf63b6 --- /dev/null +++ b/themes/risotto/static/css/typography.css @@ -0,0 +1,221 @@ +/* Fonts */ +:root { + --font-monospace: "Fira Mono", monospace; +} + +body { + font-family: var(--font-monospace); + font-size: 16px; + line-height: 1.5rem; +} + +/* Headings */ +h1, +h2, +h3, +h4, +h5, +h6 { + font-size: 1rem; + margin: 1.5rem 0 0 0; + font-weight: 600; +} + +h1+h2, +h1+h3, +h1+h4, +h1+h5, +h1+h6, +h2+h3, +h2+h4, +h2+h5, +h2+h6, +h3+h4, +h3+h5, +h3+h6, +h4+h5, +h4+h6, +h5+h6 { + margin: 0; +} + +h1:before { content: "# "; } +h2:before { content: "## "; } +h3:before { content: "### "; } +h4:before { content: "#### "; } +h5:before { content: "##### "; } +h6:before { content: "###### "; } + +h1:before, +h2:before, +h3:before, +h4:before, +h5:before, +h6:before { + color: var(--muted); +} + +h1:first-child { + margin-top: 0; +} + +/* Paragraphs */ +p { + margin: 0 0 1.5rem 0; +} + +/* Links */ + +a:link, a:visited { + color: var(--link); +} + +a:hover, a:active, a.active { + color: var(--hover); +} + +/* Lists */ +ul { + margin: 0 0 1.5rem 0; + padding-left: 1.25rem; +} + +ol { + margin: 0 0 1.5rem 0; + padding-left: 1.75rem; +} + +ul ul, +ul ol, +ol ul, +ol ol { + margin: 0; +} + +ul li::marker { + content: '∗\00A0'; + color: var(--muted); +} + +ol li::marker { + color: var(--muted); +} + +dt { + margin: 0; + font-weight: bold; +} + +dd { + margin: 0 0 0 1.5rem; + font-style: italic; +} + +dd + dt { + margin-top: 1.5rem; +} + +dl { + margin: 0 0 1.5rem 0; +} + +/* Blockquotes */ +blockquote { + position: relative; + margin: 0 0 1.5rem 1.5rem; +} + +blockquote::before { + position: absolute; + left: -1.5rem; + content: ">"; + color: var(--muted); +} + +.twitter-tweet::before { + content: "\f099"; + font-family: "Font Awesome 5 Brands"; + font-weight: 400; +} + +/* Code */ +pre, +code, +kbd, +samp { + background: var(--inner-bg) !important; + font-family: var(--font-monospace); + color: var(--off-fg); +} + +pre { + overflow-x: auto; + padding: 1.5rem; + margin: 0 0 1.5rem 0; +} + +/* Fix overflow when config markup.highlight.lineNos is true */ +/* See https://github.com/joeroe/risotto/issues/41 */ +.highlight div { + overflow-x: auto; +} + +/* Emphasis */ +b, +strong { + font-weight: 600; +} + +/* Highlighting */ +::selection, +mark { + background-color: var(--highlight); + color: var(--bg); +} + +/* Other typographic elements */ +hr { + border: 0; + margin-bottom: 1.5rem; +} + +hr:after { + content: '---'; + color: var(--muted); +} + + +/* Prevent super/sub from affecting line height */ +sup, sub { + vertical-align: baseline; + position: relative; + top: -0.25rem; + font-size: unset; +} +sub { + top: 0.25rem; +} + +/* Tables */ +table { + border-spacing: 0; + margin: 0 0 1.5rem 0; + overflow-wrap: anywhere; +} +th, td { + padding: 0 .75rem; + vertical-align: top; +} +th:first-child, td:first-child { + padding-left: 0; +} +th { + text-align: inherit; +} + +/* Figures */ +img { + max-width: 100%; + height: auto; +} +