[gtk-web/new-website: 117/180] Update README.md
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web/new-website: 117/180] Update README.md
- Date: Mon, 11 Nov 2019 14:54:15 +0000 (UTC)
commit f3667936ed891040304fe29342634a9147fcf638
Author: Ravgeet Dhillon <ravgeetdhillon gmail com>
Date: Tue Jul 23 08:42:50 2019 +0000
Update README.md
README.md | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/README.md b/README.md
index cecc251..5a306d6 100644
--- a/README.md
+++ b/README.md
@@ -18,16 +18,15 @@ The data used by the site is stored in the form of following files:
├── _data #contains site's data files
│ ├── apps.yml #list of apps to show on index.html slider section
│ ├── navigation.yml #links to be added to the site's header and footer sections
- │ ├── sample_codes.yml #update this
+ │ ├── sample_codes.yml #---update this
│ ├── stuff.yml #site's global variables
- │ └── usecases.yml #update this
+ │ └── usecases.yml #---update this
├── _includes #contains site's include files
│ ├── footer.html #the footer of the site
│ └── header.html #the header of the site
├── _layouts #contains layout designs for site's pages
│ └── documentation.html #layout design for pages that belong to GTK documentation
- ├── _posts
- ├── .gitlab
+ ├── .gitlab #contains gitlab template files for bugs and merge requests
├── assets #contains site's valuable entities
│ ├── css #contains site's stylesheets
│ │ ├── colorful.css #stylesheet for syntax highlighting
@@ -39,8 +38,8 @@ The data used by the site is stored in the form of following files:
│ ├── js #contains site's javascripts
│ └── scss #contains site's preprocessor stylesheets
│ └── theme.scss
- ├── collections
- │ └── _docs
+ ├── collections #contains the site's collections
+ │ └── _docs #contains pages for GTK documentation section
├── _config.yml #contains Jekyll settings for the site
├── .gitignore
├── .gitlab-ci.yml #for Gitlab Continuous Integration and Deployment
@@ -56,7 +55,7 @@ The data used by the site is stored in the form of following files:
├── package-lock.json
├── package.json #contains node dependencies for the site.
├── README.md
- └── structurize.sh #script to restructure the website after the dependencies are
installed
+ └── structurize.sh #script to structure the website after the dependencies are
installed
## Contributing
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]