Skip to main content
tdro

Another wandering soul screaming into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by @cdd20.

tdro micro.thedroneely.com view markdown plaintext permalink may 8 2022 25 sec 74/50 words

Nice to read an article with real content from real people on the Internet, not spam. These individuals work around the data to page building limitation in hugo by using resources.FromString to programmatically create Markdown. Thought about this, searched to see if it was tried, and it sure was.

Ultimately means that if I get around to it, articles from feeds can be made to appear as native posts in this timeline.

#webdev
Newer Older
tdro

Another wandering soul screaming into the void. If you are looking for my blog you are in the wrong place. The profile and header pictures are brought to you by @cdd20.

tdro micro.thedroneely.com view markdown plaintext permalink may 7 2022 17 sec 51/50 words

Whenever I’m handcrafting , content selection rules are usually the first declarations on my sheet. Might as well ensure user selected text is readable. Easiest win for accessibility.

css
::selection {
  color: #fff;
  background-color: #000;
}

::-webkit-selection {
  color: #fff;
  background-color: #000;
}

::-moz-selection {
  color: #fff;
  background-color: #000;
}
#gists #webdev

Authors

Gallery

Following

Web Ring