Skip to content

foss-wales/foss.wales

Repository files navigation

foss.wales

The website of FOSS WALES: https://foss.wales

Contributing

Some issues are already here on this repository. Additionally, we track the ideas we have as a GitHub Project. If you feel like making a change, you can jsut go ahead but we recommend commenting in an issue or creating one so that we can coordinate our efforts.

Development

You are welcome to edit this site and add more to it! This section should get you started.

We use Jekyll to develop this site. Please have a look at the Jekyll Documentation on how to build the site. Please keep in mind: if something here does not work for you, correct it! It is also your repository.

  1. Install Jekyll. You can find documentation online or read the doumentation.
  2. Install git. You can also install GitHub Desktop on Windows.
  3. Clone this repository. Choose one:
    • choose https if you are new to GitHub or have no account:
      git clone https://github.com/foss-wales/foss.wales
      
    • choose https is you have a private key:
      git clone ssh://github.com:foss-wales/foss.wales
      
  4. Go there!
    cd foss.wales
    
  5. Build it with jekyll:
    jekyll serve --trace
    
  6. Ready! Now, you can visit your buid at localhost:4000

Agency Jekyll theme

Agency theme based on Agency bootstrap theme. We have a fork. We can use improvements from other branches and forks. Then, we can integrate/merge them into the main branch of this repository.

How to use:

Portfolio

Portfolio projects are in '/_posts'

Images are in '/img/portfolio'

About

Images are in '/img/about/'

Team

Team members and info are in '_config.yml'

Images are in '/img/team/'