Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusgrass/marcusgrass.github.io
Utility web page
https://github.com/marcusgrass/marcusgrass.github.io
Last synced: 21 days ago
JSON representation
Utility web page
- Host: GitHub
- URL: https://github.com/marcusgrass/marcusgrass.github.io
- Owner: MarcusGrass
- License: mpl-2.0
- Created: 2021-09-22T11:59:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T09:20:02.000Z (4 months ago)
- Last Synced: 2024-11-08T05:12:37.470Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 2.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Github pages site code
Hosted results at [the pages](https://marcusgrass.github.io/test).
## Notes to self about weirdness in the repo
### CI
Publishing to CI does a lot of git weirdness, creates a tmp branch
removes gitignore, then force pushes from that to `gh-pages`### Build
The build-script recursively searches under `pages`,
it takes all the mds there and converts them to `html`,
then it creates a corresponding folder structure under `src/pages`
where it puts the `html`-files, it then creates rust files and raw-imports
the html files and builds a corresponding module structure.Therefore, no changes within `src/pages` is permanent across builds.
I should place this under target, but that's a hassle for my ide. We'll see if
I improve it.