diff --git a/Gemfile b/Gemfile index 8028141..a53db47 100644 --- a/Gemfile +++ b/Gemfile @@ -6,3 +6,4 @@ gem 'jekyll-tagging' gem "jekyll-sitemap" gem 'wdm', '>= 0.1.0' gem "webrick", "~> 1.7" +# gem 'jekyll-archives' diff --git a/Samples/Sample-Post.md b/Samples/Sample-Post.md new file mode 100644 index 0000000..41ef6f9 --- /dev/null +++ b/Samples/Sample-Post.md @@ -0,0 +1,27 @@ +--- +title: "Title of the Post heare" +layout: news +date: 2023-05-10T15:14:39+10:00 +image: assets/images/posts/Popularity-of-sinhala-songs.jpg +weight: 5 +categories: + - Research +image: assets/images/posts/( name of the image file ) +thumbnail: assets/images/posts/( name of the thumbnail ) ( 389px * 250px this is the view size allowed, adjust accordingly ) +--- + +##### + +rename file to +(year-month-day)-(name-heare-in-this-format).md +and put in the \_posts folder + +##### + +###### Author [(Name)]() + +#### Abstract + +something... +something... +something.... [Read More]() diff --git a/Templates/Sample-Project.md b/Samples/Sample-Project.md similarity index 100% rename from Templates/Sample-Project.md rename to Samples/Sample-Project.md diff --git a/Templates/Sample-Publication.md b/Samples/Sample-Publication.md similarity index 100% rename from Templates/Sample-Publication.md rename to Samples/Sample-Publication.md diff --git a/_config.yml b/_config.yml index 683c792..2dfcbfe 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,6 @@ baseurl: "" # the subpath of your site, e.g. blog/ -url: "https://cots-lab.github.io" # the base hostname & protocol for your site, e.g. http://example.com/ +#url: "https://cots-lab.github.io" # the base hostname & protocol for your site, e.g. http://example.com/ +url: "" assetsurl: "https://cots-lab.github.io/new-cots-website/assets" title: COTS Labs @@ -23,6 +24,7 @@ plugins: - jekyll-paginate - jekyll-sitemap - jekyll/tagging + # - jekyll-archives paginate: 4 paginate_path: "/page/:num" @@ -71,9 +73,6 @@ defaults: permalink: projects/:title:output_ext layout: post - - - collections: team: output: true @@ -84,7 +83,7 @@ collections: output: true # Tags -tag_page_dir: tag +tag_page_dir: tags tag_page_layout: tags tag_permalink_style: pretty diff --git a/_data/publications.yml b/_data/no-need-publications.yml similarity index 100% rename from _data/publications.yml rename to _data/no-need-publications.yml diff --git a/_data/parameters.yml b/_data/parameters.yml index ad6086d..4407858 100644 --- a/_data/parameters.yml +++ b/_data/parameters.yml @@ -3,12 +3,11 @@ menu: # main menu main: - { name: Home, url: "/" } - - { name: Projects, url: "/projects"} - - { name: Publications, url: "/publications" } - - { name: News, url: "/news"} - - { name: Team, url: "/teams" } - - { name: Contact, url: "/contact" } - + - { name: Projects, url: "/projects.html" } + - { name: Publications, url: "/publications.html" } + - { name: News, url: "/news.html" } + - { name: Team, url: "/teams.html" } + - { name: Contact, url: "/contact.html" } ##### Dropdown menu ###### @@ -24,10 +23,11 @@ menu: # Footer menu footer: - { name: Home, url: "/" } - - { name: Projects, url: "/projects"} - - { name: Publications, url: "/publications" } - - { name: News, url: "/news"} - - { name: Contact, url: "/contact" } + - { name: Projects, url: "/projects.html" } + - { name: Publications, url: "/publications.html" } + - { name: News, url: "/news.html" } + - { name: Team, url: "/teams.html" } + - { name: Contact, url: "/contact.html" } ######################### Default Parameters ########################### @@ -56,8 +56,8 @@ search: social: - name: "github" icon: "ti-github" # themify icon pack https://themify.me/themify-icons - link: "#" + link: "https://github.com/cots-lab" - - name: "linkedin" - icon: "ti-linkedin" # themify icon pack https://themify.me/themify-icons - link: "#" + - name: "instagram" + icon: "ti-instagram" # themify icon pack https://themify.me/themify-icons + link: "https://www.instagram.com/cotslab/" diff --git a/_includes/footer.html b/_includes/footer.html index a92c9eb..86e024e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,27 +1,24 @@ -