Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New font logo #7

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 1 addition & 2 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"projects": {
"default": "sandbox-devfesttoulouse",
"prod": "devfesttoulouse-1f1dc"
"default": "devfest2019-5d7fb"
}
}
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/resources/
public/
node_modules/
public/
.firebase/
.idea/
.firebase/
.firebase/
.history
15 changes: 1 addition & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,12 @@ before_script:
- yarn
- popd

sandbox:
script:
- hugo -F
- node themes/devfest-theme-hugo/minify.js
- firebase use default
- firebase deploy --token "$FIREBASE_SANDBOX_TOKEN"
artifacts:
paths:
- public
only:
- develop

prod:
variables:
HUGO_ENV: production
script:
- hugo --baseURL https://2019.devfesttoulouse.fr/
- hugo --baseURL https://devfest.gdgvl.ru/
- node themes/devfest-theme-hugo/minify.js
- firebase use prod
- firebase deploy --token "$FIREBASE_PROD_TOKEN"
artifacts:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "themes/devfest-theme-hugo"]
path = themes/devfest-theme-hugo
url = https://github.com/GDGToulouse/devfest-theme-hugo.git
url = https://github.com/C-Pro/devfest-theme-hugo.git
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ Or just copy an already existing blog entry, and update the content.
### Update the theme

If you need to touch file of the theme (i.e. into `./themes/devfest-theme-hugo/`) you to know one more thing:

The theme is in another Git repository <https://github.com/GDGToulouse/devfest-theme-hugo>,
it's using [git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules),
so you need to handle this two repository.

So this is an example of workflow:

* install last NodeJS and yarn, see [here](https://github.com/creationix/nvm) and [yarn](https://yarnpkg.com/)
* go into the theme folder `./themes/devfest-theme-hugo/`
* install dependencies with `yarn`
Expand All @@ -79,14 +79,14 @@ So this is an example of workflow:
* then build an optimized version with `npm run build`
* then create the PR (or push)
* into the site folder, `git add themes/devfest-theme-hugo`
* then create the PR (or push)
* then create the PR (or push)

### Publish

To publish the site on firebase, just run `firebase deploy`.
Note that you need to authenticate once with `firebase login`
YOU DON'T NEED to publish manually the website, it's already done by pushing on `develop` or `master` branches.

You could take a look at the `.gitlab-ci.yml` file


Expand Down
8 changes: 8 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
steps:
- name: 'gcr.io/cloud-builders/git'
args: ['submodule', 'update', '--init', '--recursive']
- name: 'gcr.io/${PROJECT_ID}/hugo'
args: ['--minify']
- name: 'gcr.io/${PROJECT_ID}/firebase'
args: ['deploy', '--project', '${PROJECT_ID}', '--token', '${_TOKEN}']

44 changes: 23 additions & 21 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseURL = "https://sandbox-devfesttoulouse.firebaseapp.com/"
languageCode = "en"
title = "Devfest Toulouse 2019"
baseURL = "https://devfest.gdgvl.ru/"
languageCode = "ru"
title = "Devfest Vladivostok 2019"

# Theme
theme = "devfest-theme-hugo"
Expand All @@ -11,18 +11,18 @@ enableEmoji = true
enableRobotsTXT = true
enableMissingTranslationPlaceholders = true

googleAnalytics = "UA-37717223-8"
googleAnalytics = "UA-43847636-2"

[params]
title = "DevFest Toulouse 2019"
date = "2019-10-03"
description = "The DevFest, or 'Developers Festival', is a technical conference for developers. It is aimed at students, professionals or simply curious technophiles."
title = "DevFest Vladivostok 2019"
date = "2019-09-28"
description = "The DevFest, or 'Developers Festival', is a technical conference for developers. It is aimed at professionals, students or simply curious technophiles."
images = ["/images/social-share.jpg"]
email = "[email protected]"
email = "[email protected]"
keywords = "event, gdg, gde, devfest, google, programming, android, chrome, developers, web, cloud, androiddev"
copyright = "We :heart:️ chocolatines"
cfpUrl = "https://conference-hall.io/public/event/HJRThubF4uYPkb7jSUxi"
subscriptionUrl = "http://eepurl.com/dps1j5"
copyright = ":heart:️"
cfpUrl = "https://forms.gle/N8dsZPD3pcYMkFvm6"
subscriptionUrl = "https://meetup.com/GDG-Vladivostok/"
appleTouchIcon = "/apple-touch-icon.png"
favicon32 = "/favicon-32x32.png"
favicon16 = "/favicon-16x16.png"
Expand All @@ -39,21 +39,23 @@ googleAnalytics = "UA-37717223-8"
#[[menu.main]]
# identifier = "jobs"
# name = "Jobs"
# url = "https://jobs.devfesttoulouse.fr/"
# url = "https://jobs.devfesttoulouse.ru/"
# weight = 200
# external = true

[languages]
[languages.ru]
weight = 0
languageName = "ru"

[languages.en]
weight = 1
languageName = "gb"
languageName = "en"


[languages.fr]
weight = 2
languageName = "fr"

[languages.fr.params]
description = "Le DevFest, ou 'Developers Festival', est une conférence technique destinée aux développeurs. Elle s'adresse aussi bien aux étudiants, aux professionnels ou tout simplement aux curieux technophiles."
[languages.ru.params]
description = "DevFest - это ежегодная техническая конференция разработчиков. Она будет интересна профессионалам, студентам и просто интересующимся технологиями."

[taxonomies]
tag = "tags"
Expand All @@ -64,17 +66,17 @@ googleAnalytics = "UA-37717223-8"
[privacy.googleAnalytics]
anonymizeIP = false
disable = false
respectDoNotTrack = false
respectDoNotTrack = true
useSessionStorage = false
[privacy.instagram]
disable = true
disable = false
simple = false
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = true
disable = false
simple = false
[privacy.youtube]
disable = false
Expand Down
136 changes: 0 additions & 136 deletions content/_index.fr.md

This file was deleted.

Loading