GENESIS / EUGENE | EIGHT BALL ENTHUSIAST | He It They
strawpage roseloz-askblog fanfic blog edit blog
Hi Hi!! my name is genesis and im an artist / anim8or, i enjoy drawing and whatnot. Im a major 8 8all ENTHUSIAST!!!!! Im into creepypasta, horror movies, ect ect.
Im on a lot of social medias (not as active 8ut whatever) at @/grphicghoul! Im not active on tum8lr that much 8ut i do occasionally post here!
My tags for art is #grphicghoul, my tag for OLD art is #censoredhysteria's art. Some posts will have the proper warnings so 8e cautious!!
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality✓ Free Actions
Free to watch • No registration required • HD streaming
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality✓ Free Actions
Free to watch • No registration required • HD streaming
"Is grass ever greener? Is the will really free? Is it only black you see when you join the deceased? Will I forever be a mediocrity?" - "27 questions" by black midi
Mary, Clark, and the sketch for the drawing. Their relationship, intentionally or not, is so compelling I have to reiterate, and I hope this drawing really shows that thought of mine.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality✓ Free Actions
Free to watch • No registration required • HD streaming
i dont have any requests but by chance do you know how to use the metadata options on rentry to make them look all pretty. your tutorials are always so easy to follow.. ‘ᵔ_ᵔ
RENTRY METADATA TUTORIAL (but only the metadata you’ll actually use)
─────────────────────
okay but what is metadata?? Well, rentry uses markdown code, which is pretty basic code, yknow it allows you to add pictures, links, text, etc.
metadata is the little column at the bottom of your rentry editing page. It allows for a little more customization to be added to the rentry. Such as the title of your Rentry, font type/size/shadow, background image, border image, etc!
I suggest you read the rentry metadata docs! They can be confusing but you’ll get the hang of it eventually :)
─────────────────────
Im not really explaining anything in depth, all the extra info is in the rentry metadata docs (above). Sorry idk if this tutorial is that helpful😭
I’ll be making a rentry as I go through the tutorial. All adjustments are up to you, I’m just showing the ones I’m using.
─────────────────────
1. CONTAINER_INNER
The box where all your words/images/etc will go in the rentry!!
CONTAINER_PADDING: how far words will be from the edge of the container.
I set this to CONTAINER_PADDING = 10px
CONTAINER_MAX_WIDTH: the max size your container will be.
I set this to CONTAINER_MAX_WIDTH = 600px
CONTAINER_INNER_BACKGROUND_COLOR: Colour of your inner container. You can set it to transparent if you are adding an image into the container.
I set this to CONTAINER_INNER_BACKGROUND_COLOR = transparent
CONTAINER_INNER_BACKGROUND_IMAGE: The background image on the inside of your container. I suggest using postimages to upload photos :D
I set this to CONTAINER_INNER_BACKGROUND_IMAGE = [img link]
CONTAINER_INNER_BACKGROUND_IMAGE_REPEAT: If the image repeats inside the container, and how it repeats if so.
I set this to CONTAINER_INNER_BACKGROUND_IMAGE_REPEAT = no-repeat
CONTAINER_INNER_BACKGROUND_IMAGE_POSITION: The position of the image within the container.
I set this to CONTAINER_INNER_BACKGROUND_IMAGE_POSITION = center
CONTAINER_INNER_BACKGROUND_IMAGE_SIZE: how large the image will be in comparison to the container. I recommend putting this at the same size as CONTAINER_MAX_WIDTH.
I set this to CONTAINER_INNER_BACKGROUND_IMAGE_SIZE = 600px
This is what my rentry looks like so far with all the inner-container adjustments :)
─────────────────────
2. CONTAINER_OUTER
quite literally the exact same as inner container except it’s… outer. I’ll just quickly show what I adjusted it to.
CONTAINER_BORDER_IMAGE: the image for the border!! There are a lot on tumblr under the #rentry border tag, I’m using one from this post, but just recolouring it to my own liking.
I set this to CONTAINER_BORDER_IMAGE = [img url]
CONTAINER_BORDER_IMAGE_SLICE: How many times the border image is chopped up along the edges (basically makes it bigger or smaller).
I set this to CONTAINER_BORDER_IMAGE_SLICE = 25%
CONTAINER_BORDER_IMAGE_WIDTH: the thickness of the border.
I set this to CONTAINER_BORDER_IMAGE_WIDTH = 30px
CONTAINER_BORDER_IMAGE_OUTSET: how far the border is from the edge of your container. The first number is how far it is from the sides, the second number is how far it is from the top and bottom.
I set this to CONTAINER_BORDER_IMAGE_OUTSET = 4px 15px
CONTAINER_BORDER_IMAGE_REPEAT: If the border image repeats or not (I strongly recommend making it repeat).
I set this to CONTAINER_BORDER_IMAGE_REPEAT = round
CONTAINER_BORDER_RADIUS: If you would like your container rounder or sharp! For a perfect square, use 0% and for a perfect circle, use 50%. For a rounder square, use a digit in between!
I set this to CONTAINER_BORDER_RADIUS = 0%
Ahhh look at this cute border!!!
─────────────────────
4. CONTENT_TEXT
CONTENT_FONT: The font of all your text! Every permitted font can be found on Google fonts. If your font name has more than one word, for example Roboto Mono, it must be typed in as Roboto_Mono.
I set this to CONTENT_FONT = Gaegu
CONTENT_FONT_WEIGHT: how thick the lines of your letters will be. Can be from 100 - 900.
I set this to CONTENT_FONT_WEIGHT = 400
CONTENT_TEXT_SIZE: The size of your font! You can make this a lost more specific for each font type, that is explained in the metadata doc. The default font size is 16px.
I set this to CONTENT_TEXT_SIZE = 18px
CONTENT_TEXT_DIRECTION: Which direction your text reads from. (Left to right or Right to left). Ltr is recommended for most languages, rtl is recommended for languages such as Arabic or Hebrew.
I set this to CONTENT_TEXT_DIRECTION = ltr
CONTENT_TEXT_ALIGN: Where your text will automatically align (left, right, center, or justify). I recommend justify, which lets you specifically position each block of text within the markdown editing.
I set this to CONTENT_TEXT_ALIGN = justify
CONTENT_TEXT_SHADOW_OFFSET: If you would like a little shadow beneath your text, this decides how far the shadow is from the text itself. First digit is for the x axis, second digit is for the y axis.
I set this to: CONTENT_TEXT_SHADOW_OFFSET = 1px 1px
CONTENT_TEXT_SHADOW_BLUR: How blurred the shadow itself is.
I set this to CONTENT_TEXT_SHADOW_BLUR = 4px
CONTENT_TEXT_SHADOW_COLOR: the colour of the shadow!
I set this to CONTENT_TEXT_SHADOW_COLOR = #9D7178
CONTENT_TEXT_COLOR: Colour of the text itself.
I set this to CONTENT_TEXT_COLOR = #4C393D
CONTENT_LINK_COLOR: The colour of links! If you don’t add tjis attribute, link colours will be the same as your chosen text colour.
I set this to CONTENT_LINK_COLOR = #9B6972
Pretty font :D
─────────────────────
5. PAGE / EXTRA
PAGE_TITLE: The title at the top of your tab.
I set this to PAGE_TITLE = Mooooo >_<
PAGE_ICON: The icon next to the title in your tab.
I set this to PAGE_ICON = [img url]
the little R should be where the image I inserted is… sometimes it takes a while to load though, thats why it’s default in the photo.
ACCESS_RECOMMENDED_THEME: Can be either light or dark. Sets the edit button, export button, and donate banner to either black or white. This can be changed manually, as well.
I set this to ACCESS_RECOMMENDED_THEME = light
The buttons have changed to light. I can press the little sun to change my theme to dark, if wanted.
And here is the rentry!! I haven’t added any fancy markdown editing, but this is what it looks like with just the metadata!! I hope the tutorial/guide thingy was somewhat helpful. Basically, there’s no specific “way” to do metadata. Just whatever you think looks good!! I also skipped over a LOTTT of metadata so refer to the metadata docs to see more!
heres the rentry btw (feel free to copy stuff from it!!)
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
✓ Live Streaming✓ Interactive Chat✓ Private Shows✓ HD Quality✓ Free Actions
Free to watch • No registration required • HD streaming