Skip to content

Commit 8fa4237

Browse files
committed
add dynamic NCO next-session card with live Google Calendar API data
1 parent 30c23f7 commit 8fa4237

117 files changed

Lines changed: 2325 additions & 1896 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
hugo extended_0.144.2
2+
nodejs 20.18.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
1+
FROM alpine:latest
22

33
# Specify HUGO_VERSION, or work it out automatically by using
44
# "make container-image"

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ clean-all: ## Cleans both build artifacts and files synced to content directory
164164
find content/en/docs/orientation -maxdepth 1 \
165165
-not -path content/en/docs/orientation \
166166
-not -name ".gitignore" \
167+
-not -name "_index.md" \
167168
-exec rm -rf {} \;
168169
find content/en/community -maxdepth 1 \
169170
-not -path content/en/community \

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ Note that the extended version is required.
6363

6464
In addition to Hugo, the [postcss-cli] and [autoprefixer] JavaScript packages are
6565
required. These can be installed via the [Node Package Manager][npm] (`npm`) from a
66-
recent version of [nodejs]. This repo currently targets Node.js `20.16.0` to match
67-
the Netlify production build environment; if you use `nvm`, run `nvm use` first.
68-
You can then install the required packages with `npm install -g postcss-cli autoprefixer`.
66+
recent version of [nodejs] with `npm install -g postcss-cli autoprefixer`.
6967

7068
The Contributor Site uses the [docsy] theme. It is included as a [git submodule].
7169
To fetch docsy and its requirements, run the command:

assets/scss/_base.scss

Lines changed: 0 additions & 14 deletions
This file was deleted.

assets/scss/_community.scss

Lines changed: 0 additions & 11 deletions
This file was deleted.

assets/scss/_home.scss

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)