Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-03 15:48:27 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-03 15:48:27 +0300
commita4d2c6931faecdb87429ad618569d8ecdfeab4c5 (patch)
tree33570f74a1b7dfa397e249e6e35a57a0ee31f520
parent4684fca2c8817b1baf2c2be7ff3993b2080a62a1 (diff)
add: images
-rw-r--r--.gitignore70
-rw-r--r--images/screenshot.pngbin0 -> 119242 bytes
-rw-r--r--images/tn.pngbin0 -> 60280 bytes
3 files changed, 70 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 08f98a4..4a53d9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,71 @@
+### Hugo ###
exampleSite/resources/_gen
+
+### Linux ###
+*~
+
+# temporary files which can be created if a process still has a handle open of a deleted file
+.fuse_hidden*
+
+# KDE directory preferences
+.directory
+
+# Linux trash folder which might appear on any partition or disk
+.Trash-*
+
+# .nfs files are created when an open file is removed but is still being accessed
+.nfs*
+
+### macOS ###
+# General
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+### Windows ###
+# Windows thumbnail cache files
+Thumbs.db
+Thumbs.db:encryptable
+ehthumbs.db
+ehthumbs_vista.db
+
+# Dump file
+*.stackdump
+
+# Folder config file
+[Dd]esktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+# Windows Installer files
+*.cab
+*.msi
+*.msix
+*.msm
+*.msp
+
+# Windows shortcuts
+*.lnk
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..98d0a49
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..82d29be
--- /dev/null
+++ b/images/tn.png
Binary files differ