mirror of
https://github.com/lleene/hugo-site.git
synced 2026-06-12 21:20:12 +02:00
WIP: Major content update
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
git pull
|
||||
hugo -s . -d static/public
|
||||
@@ -0,0 +1,15 @@
|
||||
#!/bin/awk
|
||||
BEGIN{style_flag=0}
|
||||
|
||||
/<style>/{
|
||||
style_flag=1
|
||||
}
|
||||
|
||||
//{
|
||||
if(style_flag == 0) print $0
|
||||
}
|
||||
|
||||
/<\/style>/{
|
||||
style_flag=0
|
||||
print f1
|
||||
}
|
||||
Reference in New Issue
Block a user