diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-06-04 22:16:32 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-06-04 22:16:32 +0900 |
commit | 94e339ac9b5a6b726bf114b12b077b2da3781497 (patch) | |
tree | 194563b00a9e4f718f940bdfa075ae3c4bc91245 | |
parent | a90bb04458ecd68b7c2ca8442e3042d802701bed (diff) | |
download | px-94e339ac9b5a6b726bf114b12b077b2da3781497.tar.gz |
Add bees photos
-rw-r--r-- | 07/index.xml | 2 | ||||
-rw-r--r-- | 08/bee.jpg | bin | 0 -> 6985391 bytes | |||
-rw-r--r-- | 08/bees-1.jpg | bin | 0 -> 12846819 bytes | |||
-rw-r--r-- | 08/bees-2.jpg | bin | 0 -> 4771017 bytes | |||
-rw-r--r-- | 08/index.xml | 11 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | by.svg | 2 | ||||
-rw-r--r-- | cc.svg | 2 | ||||
-rw-r--r-- | default.nix | 2 | ||||
-rw-r--r-- | sa.svg | 2 |
10 files changed, 17 insertions, 6 deletions
diff --git a/07/index.xml b/07/index.xml index d9eadac..6facf42 100644 --- a/07/index.xml +++ b/07/index.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/page.xslt" type="text/xsl"?> -<page prev="06" curr="07"> +<page prev="06" curr="07" next="08"> <post title="sóng bắt đầu từ gió" lang="vi"> <picture filename="wave-0" desc="sóng to vỗ bờ bắc đảo 제주"/> <picture filename="wave-1" desc="sóng to vỗ bờ bắc đảo 제주"/> diff --git a/08/bee.jpg b/08/bee.jpg new file mode 100644 index 0000000..9e9d232 --- /dev/null +++ b/08/bee.jpg Binary files differdiff --git a/08/bees-1.jpg b/08/bees-1.jpg new file mode 100644 index 0000000..7a4c553 --- /dev/null +++ b/08/bees-1.jpg Binary files differdiff --git a/08/bees-2.jpg b/08/bees-2.jpg new file mode 100644 index 0000000..93d4f1f --- /dev/null +++ b/08/bees-2.jpg Binary files differdiff --git a/08/index.xml b/08/index.xml new file mode 100644 index 0000000..e37916e --- /dev/null +++ b/08/index.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="/page.xslt" type="text/xsl"?> +<page prev="07" curr="08"> + <post title="two bees or not two bees" lang="en"> + <picture filename="bee" desc="one bee"/> + <picture filename="bees-1" desc="two bees"/> + <picture filename="bees-2" desc="two bees"/> + <time>2023-04-01T08:09:10Z</time> + </post> + <year>2023</year> +</page> diff --git a/Makefile b/Makefile index 275d1cd..035b8ca 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ all: $(OUTPUTS) %.small.jpg: %.jpg epeg -w 1024 -p -q 80 $< $@ -index.xml: 07/index.xml +index.xml: 08/index.xml ln -fs $< $@ %.xhtml: %.xml page.xslt diff --git a/by.svg b/by.svg index 49d78bc..356d0e6 100644 --- a/by.svg +++ b/by.svg @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="5.5 -3.5 64 64"> <desc>BY</desc> - <path fill="currentColor" + <path fill="currentcolor" d="M37.443-3.5c8.988,0,16.57,3.085,22.742,9.257C66.393,11.967,69.5,19.548,69.5,28.5c0,8.991-3.049,16.476-9.145,22.456 C53.879,57.319,46.242,60.5,37.443,60.5c-8.649,0-16.153-3.144-22.514-9.43C8.644,44.784,5.5,37.262,5.5,28.5 c0-8.761,3.144-16.342,9.429-22.742C21.101-0.415,28.604-3.5,37.443-3.5z M37.557,2.272c-7.276,0-13.428,2.553-18.457,7.657 diff --git a/cc.svg b/cc.svg index 64f750d..72401cb 100644 --- a/cc.svg +++ b/cc.svg @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="5.5 -3.5 64 64"> <desc>CC</desc> - <path fill="currentColor" + <path fill="currentcolor" d="M37.441-3.5c8.951,0,16.572,3.125,22.857,9.372c3.008,3.009,5.295,6.448,6.857,10.314 c1.561,3.867,2.344,7.971,2.344,12.314c0,4.381-0.773,8.486-2.314,12.313c-1.543,3.828-3.82,7.21-6.828,10.143 c-3.123,3.085-6.666,5.448-10.629,7.086c-3.961,1.638-8.057,2.457-12.285,2.457s-8.276-0.808-12.143-2.429 diff --git a/default.nix b/default.nix index aba6cf9..682a06b 100644 --- a/default.nix +++ b/default.nix @@ -4,7 +4,7 @@ stdenvNoCC.mkDerivation rec { version = "latest"; src = nix-gitignore.gitignoreSource [ ] ./.; makeFlags = [ "PREFIX=$(out)" ]; - buildInputs = [ epeg libxslt ]; + nativeBuildInputs = [ epeg libxslt ]; enableParallelBuilding = true; meta = { homepage = "https://px.cnx.gdn"; diff --git a/sa.svg b/sa.svg index d90bf72..c29b521 100644 --- a/sa.svg +++ b/sa.svg @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="5.5 -3.5 64 64"> <desc>SA</desc> - <path fill="currentColor" + <path fill="currentcolor" d="M37.443-3.5c8.951,0,16.531,3.105,22.742,9.315C66.393,11.987,69.5,19.548,69.5,28.5c0,8.954-3.049,16.457-9.145,22.514 C53.918,57.338,46.279,60.5,37.443,60.5c-8.649,0-16.153-3.143-22.514-9.429C8.644,44.786,5.5,37.264,5.5,28.501 c0-8.723,3.144-16.285,9.429-22.685C21.138-0.395,28.643-3.5,37.443-3.5z M37.557,2.272c-7.276,0-13.428,2.572-18.457,7.715 |