Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xorblo-doitus/projects
https://github.com/xorblo-doitus/projects
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xorblo-doitus/projects
- Owner: xorblo-doitus
- Created: 2023-09-02T10:06:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T06:02:14.000Z (9 months ago)
- Last Synced: 2024-04-05T06:38:50.416Z (9 months ago)
- Language: Python
- Homepage: https://xorblo-doitus.github.io/projects/
- Size: 3.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projects
A site to showcase most of my creations.
# Development status
Under development.
# Technical notes
The site is stored in `docs/` because this and root are the only folders GitHub
allows building from in GitHub Pages' settings. And I prefer having it in a
subfolder rather than in the root directory.No third-party framework is involved. This is raw HTML-CSS-JS. There are only a
few own-made tasks.# Testing locally
Before being able to start the server locally, you need to add a symlink in docs, wich will let have paths like those on Github Pages due to the fact that the repository name is added just after domain name.
To do this, go to docs with console and use :
- Windows : `mklink /d "projects" "."`
- Linux : I am not sure, but take a look at the `ln` command with `-s` option, and create a symlink called `projects` in `docs/` redirecting toward `.` (current folder, AKA `docs/` because `docs/projects` will result the same as `docs/.`).To test locally, start the server from `docs/`.