Skip to content
Snippets Groups Projects
Commit 5c214868 authored by jbar's avatar jbar
Browse files

enable new (foopgp) hugo theme

parent 11fd61f0
Branches
No related tags found
No related merge requests found
public/
/resources/_gen/
// Color Variables
$primary-color: #b0a0d0;
$secondary-color: #373d42;
$text-color: #888080;
$text-color-light: #A89090;
$text-color-dark: #301818;
$body-color: #fff;
$border-color: #ededf1;
$black: #000;
$white: #fff;
$light: #f8f9fe;
$gray: #f8f8f8;
// Font Variables
$primary-font: 'Poppins', sans-serif;
$secondary-font: 'futura-bold';
$icon-font: 'themify';
baseurl = "https://pages.gitlab.io/hugo/"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
title = "Beautiful Hugo"
canonifyurls = true
DefaultContentLanguage = "en"
theme = "beautifulhugo"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
#disqusShortname = "XXX"
#googleAnalytics = "XXX"
[Params]
subtitle = "Hugo Blog Template for GitLab Pages"
logo = "img/avatar-icon.png"
favicon = "img/favicon.ico"
dateFormat = "January 2, 2006"
commit = false
rss = true
comments = true
# gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
#[[Params.bigimg]]
# src = "img/triangle.jpg"
# desc = "Triangle"
#[[Params.bigimg]]
# src = "img/sphere.jpg"
# desc = "Sphere"
#[[Params.bigimg]]
# src = "img/hexagon.jpg"
# desc = "Hexagon"
[Author]
name = "Some Person"
email = "youremail@domain.com"
facebook = "username"
googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
gitlab = "username"
github = "username"
twitter = "username"
reddit = "username"
linkedin = "username"
xing = "username"
stackoverflow = "users/XXXXXXX/username"
snapchat = "username"
instagram = "username"
youtube = "user/username" # or channel/channelname
soundcloud = "username"
spotify = "username"
bandcamp = "username"
itchio = "username"
keybase = "username"
[[menu.main]]
name = "Blog"
url = ""
######################## default configuration ####################
baseURL = "/"
title = "Axiom-team"
theme = "foopgp"
# post pagination
paginate = "6"
# post excerpt
summaryLength = "10"
# disqus short name
#disqusShortname = "educenter" # get your shortname form here : https://disqus.com
# disable language
disableLanguages = [] # desable language from here
# limit RSS feeds to 50 entries
rssLimit = 50
[outputs]
home = ["HTML", "RSS", "JSON"]
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "plugins/animate/animate.css"
[[params.plugins.css]]
link = "plugins/venobox/venobox.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
# JS Plugins
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/venobox/venobox.min.js"
[[params.plugins.js]]
link = "plugins/filterizr/jquery.filterizr.min.js"
#[[params.plugins.js]]
#link = "plugins/google-map/gmap.js"
[[params.plugins.js]]
link = "plugins/fuse/fuse.js"
############################## navigation ###############################
# main menu
[[menu.main]]
weight = 1
name = "about"
hasChildren = true
[[menu.main]]
parent = "about"
name = "OpenPGP"
URL = "about/openpgp"
weight = 1
[[menu.main]]
parent = "about"
name = "FOOPGP"
URL = "about"
weight = 2
[[menu.main]]
name = "About"
url = "page/about/"
parent = "about"
name = "partners"
URL = "partner"
weight = 4
[[menu.main]]
parent = "about"
name = "friends"
URL = "author"
weight = 3
[[menu.main]]
identifier = "samples"
name = "Samples"
parent = "about"
name = "donate"
URL = "about/donate"
weight = 5
[[menu.main]]
parent = "about"
name = "contact"
URL = "contact"
weight = 6
[[menu.main]]
name = "solutions"
hasChildren = true
URL = "solutions"
weight = 2
[[menu.main]]
parent = "samples"
name = "Big Image Sample"
url = "post/2017-03-07-bigimg-sample"
parent = "solutions"
name = "authentication"
URL = "solutions/theme-authentication"
weight = 1
[[menu.main]]
parent = "samples"
name = "Math Sample"
url = "post/2017-03-05-math-sample"
parent = "solutions"
name = "encryption"
URL = "solutions/encryption"
weight = 2
[[menu.main]]
parent = "samples"
name = "Code Sample"
url = "post/2016-03-08-code-sample"
parent = "solutions"
name = "email"
URL = "solutions/theme-email"
weight = 3
[[menu.main]]
name = "Tags"
url = "tags"
parent = "solutions"
name = "identity"
URL = "solutions/theme-identity"
weight = 4
[[menu.main]]
parent = "solutions"
name = "vote"
URL = "solutions/theme-vote"
weight = 5
[[menu.main]]
parent = "solutions"
name = "currency"
URL = "solutions/theme-currency"
weight = 6
[[menu.main]]
name = "trainings"
URL = "course"
weight = 3
[[menu.main]]
weight = 4
name = "events"
URL = "event"
[[menu.main]]
name = "blog"
URL = "blog"
weight = 5
# footer menu
[[menu.footer]]
name = "about"
URL = "about"
[[menu.footer]]
name = "contact"
URL = "contact"
[[menu.footer]]
name = "legal notice"
URL = "about/legal-notice"
#################### default parameters ################################
[params]
logo = "images/logo.png"
# Meta data
description = "Association to promote OpenPGP technologies"
#author = "Themefisher"
# contact info
#address = "9567 Turner Trace Apt. BC C3G8A4"
#mobile = "+211234565523"
email = "info@foopgp.org"
# contact form action
contact_form_action = "#" # contact form works with https://formspree.io
# Google Analitycs
google_analitycs_id = "" # your id
# top header
top_header = false
searchURL = "search"
# Preloader
[params.preloader]
enable = false
preloader = "images/preloader.gif" # use jpg, png, svg or gif format.
# Subscription
[params.subscription]
enable = false
# mailchimp subsciption
mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" # replace this code with yours
# google map
[params.map]
enable = false
#gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"
#map_latitude = "51.5223477"
#map_longitude = "-0.1622023"
#map_marker = "images/marker.png" # marker size 37*55 px
############################# social site ########################
#icon = "ti-facebook" # themify icon : https://themify.me/themify-icons
#icon = "ti-linkedin" # themify icon : https://themify.me/themify-icons
[[params.social]]
title = "home"
icon = "ti-home" # themify icon : https://themify.me/themify-icons
link = "/"
[[params.social]]
title = "contact"
icon = "ti-email" # themify icon : https://themify.me/themify-icons
link = "mailto:info@foopgp.org"
[[params.social]]
title = "contribute"
icon = "ti-github" # themify icon : https://themify.me/themify-icons
link = "https://github.com/foopgp"
[[params.social]]
title = "donate"
icon = "ti-heart"
link = "/about/donate"
[[params.social]]
title = "follow us"
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
link = "https://twitter.com/foopgp"
[[params.social]]
title = "join us"
icon = "ti-comments" # themify icon : https://themify.me/themify-icons
link = "https://framalistes.org/sympa/info/foopgp"
################################### English language #####################################
[Languages.en]
languageName = "en 🇺🇸 🇬🇧 ..."
languageCode = "en_US"
contentDir = "content/english"
weight = 1
home = "Home"
# copyright
copyright = "Copyright © 2020. [Thanks](https://github.com/foopgp/foopgp-hugowebsite) to [Hugo](https://gohugo.io) & [themefisher](https://themefisher.com)"
################################### French language #####################################
[Languages.fr]
languageName = "fr 🇫🇷 🇨🇩 ..."
languageCode = "fr_FR"
contentDir = "content/french"
weight = 2
home = "Accueil"
# copyright
copyright = "Copyright © 2020. [Généré](https://github.com/foopgp/foopgp-hugowebsite) grâce à [Hugo](https://gohugo.io) & [themefisher](https://themefisher.com)"
################################# Slider #####################################
slider:
enable : true
bg_image : "images/banner/banner-1.jpg"
slider_item:
# slider item loop
- title : "Promote the [libre currencies](https://libre-currencies.org/)"
content : "among citizens and organizations."
animation_in : "left"
animation_out : "up"
# available animation : left, right, up, down
button:
enable : true
label : "What is a libre currency ?"
link : "https://libre-currencies.org/"
- title : "Facilitate meetings"
content : "by organizing events."
animation_in : "up"
animation_out : "left"
button:
enable : true
label : "Events"
link : "event"
- title : "Help local initiatives"
content : "by providing communication supports [[CC BY-SA]](https://creativecommons.org/licenses/by-sa/4.0/)"
animation_in : "right"
animation_out : "down"
button:
enable : true
label : "Supports"
link : "https://axiom-team.fr/supports"
- title : "Support development of [libre currencies](https://libre-currencies.org/)"
content : "by financing R&D and maintenance work."
animation_in : "down"
animation_out : "right"
button:
enable : true
label : "Join"
link : "https://axiom-team.fr/adherer"
############################### Banner feature ###############################
banner_feature:
enable : true
image : "images/about/our_value.png"
feature_item:
# feature item loop
- name : "Transparency"
icon : "ti-eye" # icon pack : https://themify.me/themify-icons
content : "We want to be as transparent as possible in our communication to avoid fears and preconceptions, and in the source codes of our tools so that everyone can know what they are using and, if necessary, help us improve."
# feature item loop
- name : "Benevolence"
icon : "ti-heart" # icon pack : https://themify.me/themify-icons
content : "We attach particular importance to the egalitarian dimension and benevolence in our social relations in general, and more particularly in the context of relations between collaborators and partners, whatever their level of involvement."
# feature item loop
- name : "Cooperation"
icon : "ti-rss-alt" # icon pack : https://themify.me/themify-icons
content : "We want to share our skills in the use of solutions by training individuals, volunteers and employees. We want everyone to be able to develop their skills and autonomy, and that no one is essential."
# feature item loop
- name : "Proximity"
icon : "ti-world" # icon pack : https://themify.me/themify-icons
content : "Axiom-Team is born in France, but we want our vision and our goals to be able to be shared and evolve everywhere and with everyone. This is why we invite all local initiatives to join together warmly in this common space."
############################### Banner against_value ###############################
banner_against_value:
enable : true
image : "https://i.redd.it/rtt7bv8c02611.jpg"
feature_item:
# feature item loop
- name : "Cupidity"
icon : "ti-money" # icon pack : https://themify.me/themify-icons
content : "Greed is a tremendous engine... to waste energies or to run into the wall of injustice. Above all, we seek to create value. Above all, we don't want to capture more than what we create."
# feature item loop
- name : "Vainglory"
icon : "ti-star" # icon pack : https://themify.me/themify-icons
content : "Not only, we want everyone to be able to put themselves in the shoes of the others. But we also want everyone to help so that anyone can take their place."
# feature item loop
- name : "Ideology"
icon : "ti-rocket" # icon pack : https://themify.me/themify-icons
content : "Constantly, we must ensure that our convictions do not undermine scientific rigor."
############################## about ##################################
about:
enable : true
title : "About Axiom-Team"
image : "images/about/about-us.jpg"
content : "Axiom-Team association has 2 missions:
Help is member to promote libre currencies by providing tools and documents to organize local events.
And support technical developments and maintenance with fundings."
button:
enable : true
label : "Learn more"
link : "about"
############################# Course ################################
course:
enable : false
title : "Training & Workshops"
# course item comes from "content/**/course" folder.
########################## Call to action ############################
cta:
enable : false
subtitle : "Click to Join the Advance Workshop"
title : "Training In Advannce Networking"
button:
enable : true
label : "join now"
link : "contact"
######################## Success story #############################
success_story:
enable : false
bg_image : "images/backgrounds/library.jpg"
vignette_1 : "images/about/vignette_videos_open_pgp.png"
title : "Success Stories"
content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat.
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris"
# video link
video_link : "https://youtu.be/1-MPcUHhXoc"
############################# event ################################
event:
enable : true
title : "Events"
# event item comes from "content/**/event" folder.
########################### funfacts ############################
# funfact is for about page
funfacts:
enable : true
funfact_item:
# funfact item loop
- name : "PGP birth"
count : "1991"
- count : "1997"
name : "OpenPGP becomes an IETF standard"
- name : "OpenPGP related projects"
count : "100"
unit : "+"
- name : "OpenPGP users"
#nocount : "250k"
count : "250"
unit : "000+"
############################# blog ################################
blog:
enable : true
title : "Blog"
# blog item comes from "content/**/blog" folder.
1: "January"
2: "February"
3: "March"
4: "April"
5: "May"
6: "June"
7: "July"
8: "August"
9: "September"
10: "October"
11: "November"
12: "Décember"
\ No newline at end of file
################################# Slider #####################################
slider:
enable : true
bg_image : "images/banner/banner-1.jpg"
slider_item:
# slider item loop
- title : "Promouvoir les [monnaies libres](https://monnaie-libre.fr/)"
content : "auprès des particuliers, entreprises, et responsables politiques."
animation_in : "left"
animation_out : "up"
# available animation : left, right, up, down
button:
enable : true
label : "Comprendre la monnaie libre"
link : "https://monnaie-libre.fr/"
- title : "Faciliter les rencontres"
content : "en organisant des évènements."
animation_in : "up"
animation_out : "left"
button:
enable : true
label : "Évènements"
link : "event"
- title : "Encourager et accompagner les initiatives locales"
content : "en fournissant des supports de communication [[CC BY-SA]](https://creativecommons.org/licenses/by-sa/4.0/deed.fr)"
animation_in : "right"
animation_out : "down"
button:
enable : true
label : "Supports"
link : "https://axiom-team.fr/supports"
- title : "Soutenir le développement des [monnaies libres](https://monnaie-libre.fr/)"
content : "en finançant les travaux de R&D et de maintenance."
animation_in : "down"
animation_out : "right"
button:
enable : true
label : "Adhérer"
link : "https://axiom-team.fr/adherer"
############################### Banner feature ###############################
banner_feature:
enable : true
image : "images/about/our_value.png"
feature_item:
# feature item loop
- name : "Transparence"
icon : "ti-eye" # icon pack : https://themify.me/themify-icons
content : "Nous voulons être le plus transparents possible dans notre communication pour éviter les peurs et les a priori, et dans les codes sources de nos outils pour que chacun puisse savoir ce qu’il utilise et le cas échéant nous aider à nous améliorer."
# feature item loop
- name : "Bienveillance"
icon : "ti-heart" # icon pack : https://themify.me/themify-icons
content : "Nous accordons une importance particulière à la dimension égalitaire et de bienveillance dans nos relations sociales en général, et plus particulièrement dans le cadre des relations entre collaborateurs et partenaires, quelque soit leur niveau d’implication."
# feature item loop
- name : "Coopération"
icon : "ti-rss-alt" # icon pack : https://themify.me/themify-icons
content : "Nous souhaitons partager nos compétences dans l’utilisation des solutions en formant particuliers, bénévoles et salariés. Nous souhaitons que chacun puisse monter en compétence et en autonomie, et que personne ne soit indispensable."
# feature item loop
- name : "Proximité"
icon : "ti-world" # icon pack : https://themify.me/themify-icons
content : "Axiom-Team est dans la région de Toulouse, au Sud-Est de la France, mais nous souhaitons que notre vision et nos objectifs puissent se partager et évoluer partout et avec tout le monde. C'est pourquoi nous invitons toutes les initiatives locales à se rejoindre chaleureusement en cet espace commun."
############################### Banner against_value ###############################
banner_against_value:
enable : true
image : "https://i.redd.it/rtt7bv8c02611.jpg"
feature_item:
# feature item loop
- name : "Cupidité"
icon : "ti-money" # icon pack : https://themify.me/themify-icons
content : "La cupidité est un formidable moteur... pour gaspiller les énergies ou pour foncer dans le mur de l'injustice. Nous cherchons avant tout à créer de la valeur. Nous ne voulons surtout pas en capter plus que ce que nous créons."
# feature item loop
- name : "Vanité"
icon : "ti-star" # icon pack : https://themify.me/themify-icons
content : "Non seulement nous souhaitons que chacun puisse se mettre à la place des autres. Mais nous voulons aussi que chacun aide à ce que quiconque puisse prendre sa place."
# feature item loop
- name : "Idéologie"
icon : "ti-rocket" # icon pack : https://themify.me/themify-icons
content : "Sans cesse, nous devons veiller à ce que la rigueur scientifique prime sur nos convictions."
############################## about ##################################
about:
enable : true
title : "À propos d'Axiom-Team"
image : "images/about/about-us.jpg"
vignette_1 : "images/about/vignette_videos_open_pgp.png"
content : "L'association Axiom-Team remplit deux missions :
Aider les membres à promouvoir la monnaie libre en fournissant aux utilisateurs des outils et des documents pour organiser des événements locaux.
Et Soutenir les développeurs de l'écosystème Duniter en mettant à disposition des outils d'organisation et des financements."
button:
enable : true
label : "En savoir plus"
link : "about"
############################# Course ################################
course:
enable : false
title : "Formations & Ateliers"
# course item comes from "content/**/course" folder.
########################## Call to action ############################
cta:
enable : false
subtitle : "Cliquez pour vous joindre à l’atelier avancé"
title : "Apprentissage en réseautique avancée"
button:
enable : true
label : "Se joindre"
link : "contact"
######################## Success story #############################
success_story:
enable : false
bg_image : "images/backgrounds/library.jpg"
vignette_1 : "images/about/vignette_videos_open_pgp.png"
title : "Histoires de réussites"
content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat pariatur. Excepteur sint occaecat.
ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris"
# video link
video_link : "https://youtu.be/1-MPcUHhXoc"
############################# event ################################
event:
enable : true
title : "Événements"
# event item comes from "content/**/event" folder.
########################### funfacts ############################
# funfact is for about page
funfacts:
enable : true
funfact_item:
# funfact item loop
- name : "Naissance de PGP"
count : "1991"
- count : "1997"
name : "OpenPGP devient un standard IETF"
- name : "Projets liés à OpenPGP"
count : "100"
unit : "+"
- name : "Utilisateurs OpenPGP"
count : "250"
unit : "000+"
############################# blog ################################
blog:
enable : true
title : "Blog"
# blog item comes from "content/**/blog" folder.
1: "janvier"
2: "février"
3: "mars"
4: "avril"
5: "mai"
6: "juin"
7: "juillet"
8: "août"
9: "septembre"
10: "octobre"
11: "novembre"
12: "décembre"
\ No newline at end of file
- id: about
translation: about
- id: authentication
translation: authentication
- id: blog
translation: blog
- id: contact
translation: contact
- id: contribute
translation: contribute
- id: currency
translation: currency
- id: documents
translation: documents
- id: donate
translation: donate
- id: email
translation: email
- id: encryption
translation: encryption
- id: events
translation: events
- id: "follow us"
translation: follow us
- id: friends
translation: friends
- id: home
translation: home
- id: identity
translation: identity
- id: "join us"
translation: join us
- id: "legal notice"
translation: legal notice
- id: partners
translation: partners
- id: solutions
translation: solutions
- id: trainings
translation: training
- id: vote
translation: vote
- id: about
translation: à propos
- id: authentication
translation: authentification
- id: blog
translation: blog
- id: contact
translation: contact
- id: contribute
translation: contribuer
- id: currency
translation: monnaie
- id: documents
translation: documents
- id: donate
translation: faire un don
- id: email
translation: courriel
- id: encryption
translation: chiffrement
- id: events
translation: évènements
- id: "follow us"
translation: nous suivre
- id: friends
translation: amis
- id: home
translation: accueil
- id: identity
translation: identité
- id: "join us"
translation: nous rejoindre
- id: "legal notice"
translation: mentions légales
- id: partners
translation: partenaires
- id: solutions
translation: solutions
- id: trainings
translation: formations
- id: vote
translation: vote
static/favicon.ico

14.7 KiB | W: 48px | H: 48px

static/favicon.ico

2.67 KiB | W: 205px | H: 125px

static/favicon.ico
static/favicon.ico
static/favicon.ico
static/favicon.ico
  • 2-up
  • Swipe
  • Onion skin
static/images/logo.png

2.64 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment