mirror of
https://github.com/lleene/hugo-site.git
synced 2025-07-27 18:33:17 +02:00
WIP: updated about/resume sections with research interests.:
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Building With SVG 🖼"
|
||||
title: "Building With SVG"
|
||||
date: 2021-08-28T11:53:54+02:00
|
||||
draft: false
|
||||
toc: true
|
||||
@ -131,16 +131,3 @@ Note that this figure is quite a bit more compact but adding additional labels
|
||||
or customizations outside the scope of the library will probably require
|
||||
quite a bit of manual work. This could be a fun side project though.
|
||||
|
||||
# Using Hugo Short Codes
|
||||
|
||||
|
||||
|
||||
``` go
|
||||
{< python-svg dest="/images/posts/test.svg" title="This is a pyuthon-svg exmaple." >}
|
||||
railroad.Diagram("foo", railroad.Choice(0, "bar", "baz"), css=style)
|
||||
{< /python-svg >}
|
||||
```
|
||||
|
||||
{{< python-svg dest="/images/posts/test.svg" title="This is a python-svg exmaple." >}}
|
||||
railroad.Diagram("foo", railroad.Choice(0, "bar", "baz"), css=style)
|
||||
{{< /python-svg >}}
|
||||
|
@ -98,3 +98,12 @@ return [ link["href"]
|
||||
|
||||
This is probably the most common use case for the `BeautifulSoup` library and
|
||||
it is very effective instead of sifting through any html data.
|
||||
|
||||
## Cloudflare Hosted Domains
|
||||
|
||||
A number sites will be hosted/backed by Cloudflare that tend to keep track of
|
||||
the user session in combination with the session cookies. This means that
|
||||
by-passing the anti-bot measures is slightly more inconvienient than usual.
|
||||
Fortunately there are a few python-libraries that help to set the request
|
||||
headers correctly.
|
||||
|
||||
|
Reference in New Issue
Block a user