Skip to content

Commit 6fd3df1

Browse files
authored
Merge pull request #1539 from rust-lang/senekor/zola-prep
Move custom site generator closer to zola
2 parents 7a53f0f + 21e066c commit 6fd3df1

File tree

612 files changed

+27
-25
lines changed

Some content is hidden

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

612 files changed

+27
-25
lines changed

Diff for: .github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
3333

3434
- run: cargo run
35-
- run: cp CNAME ./site/
36-
- run: touch site/.nojekyll
35+
- run: cp CNAME ./public/
36+
- run: touch public/.nojekyll
3737

3838
- uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
3939
with:
40-
path: site
40+
path: public
4141

4242
deploy:
4343
if: ${{ github.ref == 'refs/heads/master' }}

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/target/
33
**/*.rs.bk
44
site
5+
public
56
static/styles/vendor.css
67
static/styles/app.css
78
static/styles/fonts.css

Diff for: README.md

+3-3

Diff for: posts/Cargo.md renamed to content/Cargo.md

Diff for: posts/MIR.md renamed to content/MIR.md

Diff for: posts/Rust-1.1.md renamed to content/Rust-1.1.md

Diff for: posts/Rust-1.2.md renamed to content/Rust-1.2.md

Diff for: posts/Rust-1.3.md renamed to content/Rust-1.3.md

Diff for: posts/Rust-1.4.md renamed to content/Rust-1.4.md

Diff for: posts/Rust-1.5.md renamed to content/Rust-1.5.md

Diff for: posts/Rust-1.6.md renamed to content/Rust-1.6.md

Diff for: posts/Rust-1.7.md renamed to content/Rust-1.7.md

Diff for: posts/Rust-1.8.md renamed to content/Rust-1.8.md

Diff for: posts/Rust-1.9.md renamed to content/Rust-1.9.md

Diff for: posts/RustConf.md renamed to content/RustConf.md

Diff for: posts/blog.toml renamed to content/blog.toml

File renamed without changes.

0 commit comments

Comments
 (0)