1
0
Fork
You've already forked website
0
  • SCSS 37.4%
  • HTML 32%
  • JavaScript 29%
  • Ruby 1.2%
  • R 0.4%
2026年07月15日 09:39:21 +02:00
_data minor updates 2024年06月01日 15:37:09 +02:00
_drafts post 2025年10月21日 14:37:58 +02:00
_includes add github as custum link 2026年01月11日 21:58:22 +01:00
_layouts added new minimal mistake 2016年12月29日 15:30:52 +00:00
_pages add paper 2026年07月15日 09:39:21 +02:00
_posts add link to tragic death talk 2026年06月25日 15:22:48 +02:00
_sass added new minimal mistake 2016年12月29日 15:30:52 +00:00
_src publish the grid poster 2024年02月18日 11:34:29 +01:00
assets clean up assets dir 2016年12月30日 15:09:17 +00:00
images updating group picture 2026年03月01日 13:40:00 +01:00
pub rm dimred talk 2026年05月05日 16:27:50 +02:00
tags add categories and tags pages 2016年12月29日 15:42:41 +00:00
.domains add .domains file 2026年01月17日 18:21:39 +01:00
.gitignore ignore docs 2026年01月11日 22:01:51 +01:00
.jshintrc initial commit 2015年04月30日 01:08:16 +01:00
_config.yml add link and ingnore .domains 2026年01月21日 10:00:39 +01:00
Gemfile build locally 2024年02月12日 17:30:15 +01:00
Gemfile.lock Bump uri from 0.13.2 to 0.13.3 2025年12月30日 21:12:12 +00:00
index.html images in root dir 2016年12月30日 15:06:29 +00:00
LICENSE.txt added new minimal mistake 2016年12月29日 15:30:52 +00:00
package.json added new minimal mistake 2016年12月29日 15:30:52 +00:00
Rakefile added new minimal mistake 2016年12月29日 15:30:52 +00:00
README.md add makefile (builds site and copies .domains) 2026年01月17日 18:29:06 +01:00

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 images and 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.html or docs/XXX/index.html for 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 --future tag will also build and serve future posts, i.e. forthcoming post that have a date in the future;
  • the --watch tag allows to re-build the site automatically upon modification of post files. Very useful for fixing typos.

Note

  • Codeberg expects a .domains file 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.