legacy-website
legacy-website copied to clipboard
Terasology's "splash site" hosted as a GitHub Page. On the page you can download Terasology, view related videos, go to the forum, etc.
Terasology Splash Site
This is our GitHub-hosted "Page" site serving as a splash site for Terasology.
It is meant to be a light-end front for our most popular links and resources, such as builds, forum, wiki, etc.
Contributors
Before pushing any image to the repo, please make sure that it is web-optimized. Use programs like ImageOptim or services like PunyPNG.
Adding New Blog Post
-
Create a .md file in the
_postsfolder. The file must have a prefix containing the publish date inYYYY-MM-DDformat followed by the post short/brief title. This file name is going to be used as the article directory. For instance2017-06-14-new-splash-sitewill be translated to http://terasology.org/2017/06/14/new-splash-site.html -
The new post file must have the following format:
layout: post title: "Say Hello to Our New Website!" #This is your post tile description: > #This is a brief description of your post that will show up in post previews. If you have visited our website before you might notice something different now. Yep, we have a new design! Our new website is heavily inspired by Google's Material Design and is inline with the Design Unification Project. author: "Scott Moses Sunarto" #This will show up as the post author header-img: "/img/ss_8.jpg" #This is the header image that you see above your post and on post previews --- #content goes hereSee https://jekyllrb.com/docs/posts/ for more details.
-
If you created your post file correctly, the post will be visible on the front page of the site automatically. In the gitpod environment the page will also show drafts (in the
_draftsfolder) and posts that are going to be published in the future.bundle exec jekyll serve --future --draftsMake sure that all your images, authors, and date and description appear correctly on the post.
Adding New Gallery Images
Adding new gallery image is now extremely easy!
- Insert your image into the
/imgfolder - Add this code in the front-matter of
gallery.htmlfile
- image_path: img/image file
title: title of image
- If you added the image correctly, your image will now be visible on the gallery page.
Credits
The legacy splash page was designed and contributed by @3000Lane and edited by @NowNewStart and @MiJyn. The new splash page was designed and contributed by @smsunarto.
The Terasology splash site is licensed under Apache 2.0, artwork and screenshots are licensed under CC-BY 4.0 unless stated otherwise.