Skip to content
Snippets Groups Projects
Commit 6f9cd7d6 authored by Bady's avatar Bady
Browse files

Update domain names

parent 095e1dfc
Branches
No related merge requests found
......@@ -4,6 +4,6 @@ A unique, online mentorship programme conceptualized and organized by Free Softw
Software Freedom Camp is a mentorship programme for bringing more people to Free Software with strong focus on philosophy and diversity. We connect learners with experienced Free Software community members to work on some tasks together - this could be either technical or non technical.
This repo contains the website and resources related to Software Freedom Camp.
- **website** : This folder consists the source code of the camp.fsf.org.in website. Instructions to develop and build the website is given in the [README.md](website/README.md) file in the website folder.
- **website** : This folder consists the source code of the camp.fsci.in website. Instructions to develop and build the website is given in the [README.md](website/README.md) file in the website folder.
- **poster** : Consists of Promotional for Software Freedom Camp
- **scripts** : Consist of some useful Scripts
......@@ -40,7 +40,7 @@ This will generate the files in a directory called `public`. These files can now
1. To see website preview, run `hugo server -D` and open `localhost:1313` in your browser.
1. When you finish drafting the news item, to make it live, change `draft: true` to `draft: false` in the above created markdown file.
### Workflow for camp.fsf.org.in
### Workflow for camp.fsci.in
- Make necessary changes and commit the changes to git.
- Run the `generate-site` script (present in the Scripts folder in the root folder) from the website folder.
- Switch to the `production` branch.
......
baseURL = "https://camp.fsf.org.in"
baseURL = "https://camp.fsci.in"
title = "Software Freedom Camp"
[markup]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment