No description
https://lgatto.codeberg.page/
- SCSS 37.4%
- HTML 32%
- JavaScript 29%
- Ruby 1.2%
- R 0.4%
| _data | minor updates | |
| _drafts | post | |
| _includes | add github as custum link | |
| _layouts | added new minimal mistake | |
| _pages | add paper | |
| _posts | add link to tragic death talk | |
| _sass | added new minimal mistake | |
| _src | publish the grid poster | |
| assets | clean up assets dir | |
| images | updating group picture | |
| pub | rm dimred talk | |
| tags | add categories and tags pages | |
| .domains | add .domains file | |
| .gitignore | ignore docs | |
| .jshintrc | initial commit | |
| _config.yml | add link and ingnore .domains | |
| Gemfile | build locally | |
| Gemfile.lock | Bump uri from 0.13.2 to 0.13.3 | |
| index.html | images in root dir | |
| LICENSE.txt | added new minimal mistake | |
| package.json | added new minimal mistake | |
| Rakefile | added new minimal mistake | |
| README.md | add makefile (builds site and copies .domains) | |
Website source
My homepage and blog. Also hosts the Computational Biology Unit's web presence.
All content, unless explicitly stated, is published under a CC-BY-SA license. You are free to share (copy and redistribute the material in any medium or format) and adapt (remix, transform, and build upon the material) for any purpose, even commercially, and must distribute your contributions under the same license as the original.
Questions or comments. Open an issue or send an email.
Structure
The source of the website resides in https://codeberg.org/lgatto/website. The rendered version is in https://codeberg.org/lgatto/pages and and is served at https://lgatto.codeberg.page.
Howto
- Add new posts to
_posts - Figures go into
imagesand are referenced with[Description](/images/fig.png]. - Assuming jekyll is installed, build locally with:
bundle exec jekyll build -d docs
- Check locally by opening
docs/index.htmlordocs/XXX/index.htmlfor pages and posts. - Push to codeberg.
- Check again, find typos and other issues, fix locally, build and push.
To serve locally:
bundle exec jekyll server --future --watch
- the
--futuretag will also build and serve future posts, i.e. forthcoming post that have a date in the future; - the
--watchtag allows to re-build the site automatically upon modification of post files. Very useful for fixing typos.
Note
- Codeberg
expects
a
.domainsfile in the repository and branch where your files reside which you want to publish via Codeberg Pages. The file should contain a list of all external domains that shall be usable to access that repository.