Skip to content

Commit 0954628

Browse files
committed
Tooling website
1 parent c18f1ae commit 0954628

Some content is hidden

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

52 files changed

+26666
-0
lines changed

.asf.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1+
staging:
2+
profile: ~
3+
autostage: preview/*
4+
5+
pelican:
6+
7+
autobuild: preview/*
8+
target: asf-site
9+
whoami: main
10+
111
github:
12+
description: "ASF Tooling Team Documentation Repository"
13+
homepage: https://tooling.apache.org/
214
custom_subjects:
315
new_pr: "[PR] {title} ({repository})"
416
close_pr: "Re: [PR] {title} ({repository})"
@@ -8,6 +20,10 @@ github:
820
comment_issue: "Re: [I] {title} ({repository})"
921
close_issue: "Re: [I] {title} ({repository})"
1022
catchall: "[GH] {title} ({repository})"
23+
labels:
24+
- tooling
25+
- website
26+
- pelican
1127

1228
notifications:
1329

.github/workflows/build-pelican.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Build a Pelican Website
2+
on:
3+
push:
4+
branches: [ "master" ]
5+
workflow_dispatch:
6+
jobs:
7+
build-pelican:
8+
runs-on: ubuntu-latest
9+
continue-on-error: true
10+
steps:
11+
- uses: actions/checkout@v4
12+
with:
13+
ref: 'master'
14+
- uses: apache/infrastructure-actions/pelican@main
15+
with:
16+
destination: 'asf-site'
17+
gfm: 'true'

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.pyc
22
*.swp
3+
*~
34
site-generated/
45
output/
56
pelican.auto.py

content/css/app.css

Whitespace-only changes.

content/css/bootstrap.min.css

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/css/font-awesome.min.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/css/fontawesome.all.min.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)