mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-03-13 01:16:41 -04:00
Compare commits
8 Commits
641662cddc
...
d3a7240945
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d3a7240945 | ||
![]() |
d7e008e8c0 | ||
![]() |
8b98f8c045 | ||
![]() |
9b9350e3dc | ||
![]() |
4122fdb58f | ||
![]() |
ad18e67345 | ||
![]() |
b4a31abf3d | ||
![]() |
745570e4dd |
13
.gitea/workflows/build.yml
Normal file
13
.gitea/workflows/build.yml
Normal file
@ -0,0 +1,13 @@
|
||||
name: Jekyll build
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ruby:3.1.3
|
||||
steps:
|
||||
- run: npm install ruby
|
||||
- run: npm install gem
|
||||
- run: gem update
|
||||
- run: gem install bundler
|
||||
- run: bundle install
|
||||
- run: bundle exec jekyll build
|
@ -295,6 +295,8 @@ echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.s
|
||||
|
||||
#### Guides
|
||||
|
||||
- [Creating sys-dns](https://forum.qubes-os.org/t/guide-how-to-setup-a-sys-dns-qube/13749)
|
||||
|
||||
- [Using Kloak](https://forum.qubes-os.org/t/tutorial-how-to-use-kloak-with-usb-keyboards/14134)
|
||||
|
||||
- [Advanced Browser Fingerprinting](https://forum.qubes-os.org/t/advanced-browser-fingerprinting/12379)
|
||||
|
Loading…
x
Reference in New Issue
Block a user