Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samasaur1/samasaur1.github.io
the jekyll source for my website
https://github.com/samasaur1/samasaur1.github.io
github-pages hacktoberfest jekyll
Last synced: 2 months ago
JSON representation
the jekyll source for my website
- Host: GitHub
- URL: https://github.com/samasaur1/samasaur1.github.io
- Owner: Samasaur1
- Created: 2020-12-05T04:01:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:00:21.000Z (2 months ago)
- Last Synced: 2024-10-29T19:12:04.203Z (2 months ago)
- Topics: github-pages, hacktoberfest, jekyll
- Language: HTML
- Homepage: https://samasaur1.github.io/
- Size: 12.9 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the source for [my site](https://samasaur1.github.io).
It's a Jekyll site, and the site is packaged with [Nix](https://nixos.org/). This means that you can enter a dev shell by running `nix develop` in this directory, and then you can run `jekyll build` or `jekyll serve -DH0.0.0.0` as normal.
In CI, you can run:
```
JEKYLL_ENV=production nix develop --ignore-environment --keep JEKYLL_ENV -c jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
```If you have direnv and nix-direnv installed, you can create a file called `.envrc` with the following contents:
```
use flake
```
which will then automatically give you access to Jekyll when you `cd` into the directory.