Skip to content

Commit

Permalink
add dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzhizhia committed Jan 5, 2025
1 parent 90b3f2b commit cb5d4bd
Show file tree
Hide file tree
Showing 71 changed files with 1,039 additions and 2,085 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test

# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test

.vscode
.DS_Store
.hugo_build.lock
resources/_gen/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/PaperMod"]
path = themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git
12 changes: 12 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: "{{ .Date }}"
draft: true
description: ""
summary: ""
categories: []
tags: []
series: []
aliases: []
---

7 changes: 0 additions & 7 deletions assets/css/stylesheet.css

This file was deleted.

11 changes: 0 additions & 11 deletions assets/js/search.js

This file was deleted.

6 changes: 6 additions & 0 deletions content/en/archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Archive"
layout: "archives"
url: "/en/archives"
summary: "archives"
---
Loading

0 comments on commit cb5d4bd

Please sign in to comment.