Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/classicoman2/classicoman2.github.io
Site estàtic amb Jekyll amb aunts de DAW. En construcció...
https://github.com/classicoman2/classicoman2.github.io
jekyll markdown npm
Last synced: 10 days ago
JSON representation
Site estàtic amb Jekyll amb aunts de DAW. En construcció...
- Host: GitHub
- URL: https://github.com/classicoman2/classicoman2.github.io
- Owner: classicoman2
- Created: 2020-11-22T10:05:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T20:59:42.000Z (almost 4 years ago)
- Last Synced: 2024-11-16T18:12:07.545Z (2 months ago)
- Topics: jekyll, markdown, npm
- Language: HTML
- Homepage:
- Size: 47 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# classicoman2.github.io
Apunts de les assignatures de Grau Superior en Desenvolupament Web. Site desenvolupat amb `Jekyll`
[JEKYLL CHEAT SHEET](./documentation/README.MD)## TO-DO
- [ ] Responsive no funcionen Media Queries?
- [x] Iniciada _Jekyll Cheat Sheet_
- [ ] Crear iterador de `Markdown-toc` amb node que crei toc en tots els fitxers d'un directori (i successius subdirectoris)
- [ ] Add menu & subsections in page, [info](https://pmarsceill.github.io/just-the-docs/docs/navigation-structure/#pages-with-children)
- [ ] Afegir apunts i crear pàgines
- [ ] Google Analytics -> Plantilla### Scripts
```bash
# Deploy locally
npm run serve
```
```bash
# build
npm run build
```## Webgraphy
- Github Pages
- https://pages.github.com/
- https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll
- https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll## Install Jekyll
To install `jekyll`, ruby and bundler,
```bash
sudo apt install jekyll
```
To create a Jekyll site inside a folder,
```bash
jekyll new .
```
Using the template [just-the-docs](), change the `gem` file to use this theme and:
```bash
bundle install
```