All the latest Neocities site news!

Neocities allows anyone to create a free web site to express themselves. Want to create your own awesome site? Join us!

holy crap ur art is absolutely GORGEOUS, your up the mountain piece is beautiful as heck
3 likes
skeliana's avatar skeliana 6 months ago

thank you!!!! ur site is soo clean and your OC's design is so cool!!

1 like
Heyy could you explain a bit what 11ty is and what do you use it for? :0 👉👈 I checked their site but I got overwhelmed and confused dsshjdhjf;;
4 likes
zhongvie's avatar zhongvie 6 months ago

it basically ‘builds’ your site for you, and it easier to reuse chunks/templates without having to rewrite entire code portions or using javascript to do it (like my site rn uses javascript to spit out my header/sidebar/footer, 11ty does it for you instead)

1 like
zhongvie's avatar zhongvie 6 months ago

it definitely is a bit of a learning curve right now even for me, but it also makes it easier to make pages; i could write a page is just markdown, add a couple doodads like telling 11ty ‘hey can you use my normal site template?’ and it’ll just build and spit the site out with all the proper HTML + your markdown into proper HTML text

1 like
zhongvie's avatar zhongvie 6 months ago

wow i should not write when half asleep bahaha. petrapixel has a pretty thorough tutorial on it, but it’s definitely a learning curve rn to kinda understand what i can do, can’t, and how the fuck some other stuff works. it’s why i avoided 11ty until now since im wanting to redo my layout/gut my site from 0

1 like
harakanvarpu's avatar harakanvarpu 6 months ago

Ooh, okay, sounds cool! Probably too fancy for me atm but I'm eager to hear how it works for you :D

1 like
HAHA PROGRESSS i gotta figure out where and what to use JSON for ... i know my art gallery could do with it ... i could use variables for my OC pages...? i gotta keep mucking with 11ty, but i'm slowly remaking pages: https://i.ibb.co/TMG2NtCq/site2-ezgif-com-resize.gif
11 likes
zhongvie's avatar zhongvie 6 months ago

sorry yall on my weird rambling journey rn LMAO, it makes it easier to offload thoughts here since it IS website specific

1 like
skep's avatar skep 6 months ago

I made like seven blog posts the weekend I did mine so I think you're good

1 like
tofutush's avatar tofutush 6 months ago

i used a huge-ass json file for my characters, but as the count grew theres a huge maintenance overhead and generally doing that decreases flexibility. so i dont super recommend it? (i ended up writing a whole ass custom program for me to edit the json)

1 like
tofutush's avatar tofutush 6 months ago

but gallery with json is super nice, you can filter & include images and put them anywhere (one gallery.json and one gallery.liquid (or .njk) and you call the include file with any part of the gallery you wish!) ive a blog post on this iirc

1 like
tofutush's avatar tofutush 6 months ago

also do check out 11ty-image plugin, it can auto-resize

1 like
wait 11ty means i can make a json list of all my oomfies on here and make it easier to update my neighbours page… HAHAHA YESSS YESS (sicko window meme)
13 likes
hell of a lot simpler of a layout but i'm doing it scoob ... i'm 11ty-ing: https://i.ibb.co/pvmLTr8L/site.gif
10 likes
zhongvie's avatar zhongvie 6 months ago

sighs debating if i should put lil 'sections' around chunks like i have it on my site now, or leave it bare bones ... (though it makes it a little harder to differentiate sections)

3 likes
zhongvie's avatar zhongvie 6 months ago

sighs i’m still very torn. this layout makes it harder to have all my lil dinkies and pixels and lil fun sidebar of stuff … grr i’ll continue pondering. maybe i should try to 11ty my current layout as well for funsies. yada yada head full it’s 3am

3 likes
zhongvie's avatar zhongvie 6 months ago

nvm i’ve figured out how to get the lil mini sidebar… damn it’s that fuckin easy to just have a ‘if this variable is true then include this’ in a template????? it does shrink my main content down a bit for the index but eh, my current layout already does that…

3 likes
zhongvie updated their site.
6 months ago
6 likes
HAHA GOOD NEWS figured out a way to squeak in styling and scripts per page basis. its a little weird but you can set up a {{ styles | safe }} portion in the base template like this example: https://github.com/11ty/eleventy/discussions/2506
7 likes
On second thought, another idea. You don't need to make a page use a layout if you don't want to, so if you just have a regular HTML file with your one-off style and no front matter, 11ty will just copy it over as-is.
2 likes
zhongvie's avatar zhongvie 6 months ago

problem is i tend to use the same layout, its more for one off tiny things like… my games layout on my about page or the table i use on my bookmarks :think:

11ty is definitely making me feel stupid in trying to just remake my random quote generator using a JSON file and trying to spit it out thru JS into the nunjucks template for a blockquote ...
5 likes
zhongvie's avatar zhongvie 6 months ago

IT USES THE STUPID FILE NAME AND NOT THE OUTPUT VARIABLE U GIVE IT???? im gonna explode. THATS ALL IT NEEDED WAS TO MAKE SURE ITS THE FILE NAME OF THE JS FILE??????

2 likes
zhongvie's avatar zhongvie 6 months ago

AUGH NVM this is useless since it only refreshes when i build it. i guess i'll just need to rawdog it back to HTML/JS for THAT at least

2 likes
tofutush's avatar tofutush 6 months ago

wait does it not auto update when you save the file? are you serving it or just building it?

1 like
zhongvie's avatar zhongvie 6 months ago

no auto updating, i’m just rawdogging it rn in a folder to just muck with it and building it

huh ... fuckin around with 11ty and its actually not ... too bad...? i managed to recreate my test style i did last night. i still need to figure out how it'd handle minor local CSS stuff (cause some pages i have one-off CSS that i dont use anywhere else so i just put it in a style tag) but i can see the appeal of it for sites
7 likes
tofutush's avatar tofutush 6 months ago

come in the cult... (yeah honestly idk how to handle one-off styles either i just plop them into the page so the end result has a style tag in the middle of main lol

1 like
skep's avatar skep 6 months ago

Hmm, for one-off style tags... my first thought is moving each to its own CSS file, then specifying in the front matter of the page if it should pull in a different CSS. Could be better ways, but yeah, kinda tricky.

1 like
zhongvie's avatar zhongvie 6 months ago

hmm ... i'll have to fuck around ... idm plopping in the style tags but it is a minor annoyance if so, i usually try to avoid too many CSS files if i can :skull:

1 like
falsedawn's avatar falsedawn 6 months ago

11ty is great it lets you do so much

1 like
sometimes i toy with the idea of going to a simpler layout like this but i'd be losing out on the decorative goodies i like ... at least it kinda scratched some itch to work on a layout, even if its just a simplified version of my current one: https://i.ibb.co/MDbN8rb1/image.png (actually maybe not i am genuinely considering maybe changing it to this, but idk how id organize my dinkies like my dragcave pixels)
7 likes
3maqi's avatar 3maqi 6 months ago

hmm maybe u could still use it and add on some decorative goodies as you see fit

1 like
zhongvie's avatar zhongvie 6 months ago

mayhaps ... this is more to scratch an itch rn of wanting to rehaul LMAOO and me avoiding that by just making a layout for funsies

1 like
zhongvie's avatar zhongvie 6 months ago

sighs if i do decide to try a rehaul maybe it’ll give me an excuse to begin with 11ty from the beginning

1 like
gremlin's avatar gremlin 6 months ago

I'm constantly fighting the urge to make my site into simple html documents with little to no css so I get it lol

2 likes
zhongvie's avatar zhongvie 6 months ago

what an actual mood too LMAOOO cursed to want uniqueness/fun things but then the simplicity of not finangling with css and js…

1 like
some evil part of me sometimes wants to rip my whole site apart and begin from zero with a new layout but im like no ... das too much work ... forever cursed with the itch to redo layouts/stuff but stubborn to want to stick with my layouts ive had forever, it is Evil
20 likes
ch3sca's avatar ch3sca 6 months ago

what if you give the devil a new canvas and let it run wild? (perhaps create a separate new site) :>

2 likes
zhongvie's avatar zhongvie 6 months ago

no energy to maintain two, but i may end up making a new project thru my code editor and just muck around w/prototyping a layout in that for funsies 🤔

1 like
zhongvie's avatar zhongvie 6 months ago

maybe i'll try to remake my fave tumblr theme im currently using but as an actual site layout and not a tumblr layout (kinda in the same vein my layout is rn for my own blog, but just a bit different)

tofutush's avatar tofutush 6 months ago

same, same...

1 like
3maqi's avatar 3maqi 6 months ago

felt. I like my site but there are some things I really want to redo

2 likes
nicegirlslumber's avatar nicegirlslumber 6 months ago

This literally happens to me the millisecond I'm finished with my site 😭🤛

1 like
floralchai's avatar floralchai 6 months ago

I'm gonna keep my layout like that honestly. Only fixed a few things that needed to be update

1 like
angelnetcast's avatar angelnetcast 6 months ago

this is why i made my layouts site, so i could make new layouts w/o having to mess w stuff on my site but letting others use it so they don't gather dust :p

ok ... i did end up adding a little box to my friend's book on the index. ended up archiving some pages i havent updated in quite a little bit (mostly my minecraft forever world, food log, microblog, and sims 3 legacy). they'll most likely return when i pick them up again, but i need to clear my site a lil bit of WIP pages rn :pensive:
9 likes
i wonder if it'd be too weird to link to the book my friend is publishing on my site ... like a lil tiny box like 'hey if u like dark fantasy books check out the book i helped my friend publish/did cover art for' UASDHASDU
7 likes
silliestgoose-online's avatar silliestgoose-online 6 months ago

I think it's fine. Shouting out our friends' good work is something I support at least :p

3 likes
zhongvie's avatar zhongvie 6 months ago

bahaha to explain im usually just very self critical abt promoting myself on personal things, it always feels very weird to me ... but since it's my friend and i want her to succeed as an author, it's why im like ... thonk. i know its my own site after all, im just musing out loud

3 likes
zhongvie's avatar zhongvie 6 months ago

@silliestgoose-online thank u... mostly just thinking out loud more than anything!!!

3 likes
monsterousseas's avatar monsterousseas 6 months ago

i made a lil section promoing my friends on my neighbors page. how i think of it is that a big part of the indie web is removing the need for an algorithm, and this is a great way to direct people to other content they may like in an intentional, human way!

cutiesuccubus's avatar cutiesuccubus 6 months ago

Why would it be weird to promote something you like on your own website (´・ω・)

zhongvie updated their site.
6 months ago
8 likes
i love having my new ssd for my laptop delayed by a week when it was supposed to come today i love shortages of stuff because of ai companies hogging everything its sooooo great /s /s /s
14 likes
zhongvie's avatar zhongvie 6 months ago

at least all my projects are backed up and neocities doesnt take up much space, but it's annoying to hold back on installing and organizing all my games and projects so i can leave space for my OS/more vital programs

4 likes
kipm4's avatar kipm4 6 months ago

i mean... if you want like, 5 more gigabytes you could always just switch to linux...... ;)

2 likes
zhongvie's avatar zhongvie 6 months ago

LOOL windows will piss me off one day enough to do it, sucks clip studio doesn't work in it w/o having to jump through some hoops + some other programs i tend to use :(

1 like
zhongvie updated their site.
6 months ago
6 likes
zhongvie updated their site.
6 months ago
13 likes
i miss website working ... fixations anywhere else and i think i've formed an accidental mental barrier with WIP pages/half done project pages making my brain freeze. maybe i need to archive a few pages i havent worked on in a while. not delete, just put them in a folder outside of my git so they dont get pushed. unfortunately im very much the type to LIKE making new projects/things but then putter out halfway
21 likes
zhongvie's avatar zhongvie 6 months ago

maybe i need to find more low effort methods to document things like my minecraft forever world. ive been doing game logs on dreamwidth which is definitely a lot more low energy, but i may see if i can consider using obsidian for game logging

7 likes
random but for ppl who have larger monitors and need to have their UI zoomed in for it to be human readable ... how do u... keep pixels from being blurry ... (context: my previous laptop was at 1920x1080 and the UI was at 100%, this laptop is 2560x1600 and needs to be at 150% zoom to look normal)
3 likes
demonicpedigree's avatar demonicpedigree 6 months ago

I'm just used to it, but you can go into your graphics drivers program (e.g. Nvdia control panel, etc.) to lower your resolution if necessary. I have 2560x1440p monitors

1 like
zhongvie's avatar zhongvie 6 months ago

damn.... tbf since i have dual graphics it would probs be an ass to sort that out LOOL i guess ill just have to get used to fuzzy pixels.....

1 like
demonicpedigree's avatar demonicpedigree 6 months ago

I know some people use image-rendering: pixelated but that looks awful on my display. I usually go into inspect site and change it if I’m looking through pixel art, etc.

1 like
zhongvie's avatar zhongvie 6 months ago

yeah pixel cat's end use pixelated but it looks like garbage and shifted pixels unless i zoom in to like ... 133% on browser

1 like

Popular Tags

art   music   videogames   programming   anime   games   personal   food   writing   cats   blog   movies   books   gaming   fashion   photography   comics   animation   design   horror   arte   game   drawing   musica   manga   coding   reading   portfolio   ocs   furry   poetry   cute   kpop   history   technology   animals   film   literature   philosophy   fun   education   roblox   nature   sports   programacion   science   videogame   tech   politics   html   programing   travel   minecraft   videojuegos   life   gamedev   love   retro   web   2000s   school   blogging   pokemon   diary   pink   fantasy   computers   youtube   cartoons   illustration   idk   video   dogs   gardening   random   oc   arg   y2k   comic   ai   videos   crafts   cooking   internet   linux   memes   nostalgia   queer   kawaii   fandom   journal   worldbuilding   tv   aesthetic   films   emo   media   webcomic   cars   vocaloid   learning   space   test   fanfiction   business   cutecore   news   health   arts   stuff   math   fiction   culture   journaling   silly   etc   stories   baking   website   scifi   painting   crochet   cinema   cat   series   punk   diy   90s   graphics   3d   shows   football   archive   homestuck   goth   psychology   commissions   pixelart   artist   dance   comida   makeup   marketing   me   program   software   digitalart   creativity   dnd   indie   lgbt   sanrio   css   sport   lifestyle   graphicdesign   editing   metal   trans   characters   lgbtq   aboutme   friends   religion   plants   rpg   fanart   funny   guitar   streaming   cool   clothes   sonic   rock   roleplay   story   sewing   deltarune   zines   code   community   development   everything   entertainment   scene   languages   ttrpg   electronics   engineering   aesthetics   webcomics   comedy   study   reviews   weird   beauty   photos   javascript   blogs   vintage   originalcharacters   cyberpunk   hobbies   webcore   gay   spirituality   fnaf   hacking   social   thoughts   storytelling   vtuber   basketball   it   webdesign   fandoms   coffee   biology   soccer   pets   flowers   architecture   educacion   lore   oldweb   computer   project   weirdcore   undertale   cosplay   discord   moda   movie   creative   magic   japan   mlp   shop   language   shopping   book   alternative   clothing   informatica   ttrpgs   personalwebsite   information   crafting   singing   radio   nintendo   chat   astronomy   fitness   physics   gatos   vaporwave   experimental   blinkies   juegos   digital   websites   testing   birds   about   nothing   bugs   anything   wip   site   money   info   cybersecurity   research   witchcraft   tvshows   yaoi   band   japanese   animes   projects   theatre   frutigeraero   crypto   furries   occult   interests   sleep   sleeping   tecnologia   gamedevelopment   finance   dolls   html5   autism   profile   all   libros   other   television   poems   work   romance   knitting   photo   vampires   fish   visualnovels   collecting   puzzle   events   genshin   essays   dreams   tarot   transgender   marvel   linguistics   vr   system   jogos   futbol   mentalhealth   wiki   gothic   gym   astrology   resume   dancing   fanfic   toys   lain   apps   aliens   peliculas   skateboarding   yuri   animations   stamps   hiking   birthday   english   gyaru   drawings   whimsy   app   intro   meme   rap   cartoon   creepypasta   medicine   mystery   free   developer   splatoon   coquette   windows   journalism   bio   chess   puzzles   modding   family   python   popculture   interactive   webdevelopment   gamedesign   dog   touhou   resources   robots   teaching   mathematics   osc   introduction   gallery   pixels   dragons   zine   humor   a   musicals   dreamcore   mythology   fnf   links   pizza   piano   ocean   online   hobby   novels   jfashion   characterdesign   adventure   blender   studying   fortnite   rp   ghchs   myself   amor   spanish   carrd   cine   no   deportes   audio   bl   traveling   roleplaying   security   alt   vkei   style   craft   pjsk   stars   recipes   meow   objectshows   dark   gifs   danganronpa   bfdi   bunnies   fansite   data   indiegames   paranormal   law   pixel   hiphop   lol   christianity   shrine   foods   home   plushies   fotografia   utau   songs   noise   breakcore   communism   running   swag   privacy   boardgames   wrestling   feminism   pinterest   production   brasil   volleyball   scenecore   ffxiv   twitch   geography   zonelets   filmmaking   activism   collage   podcast   pictures   tf2   robotics   rpgs   jewelry   blue   graphic   socialmedia   filmes   tools   death   none   grunge   literatura   progamming   designing   car   dinosaurs   vlog   outdoors   cozy   lesbian   travelling   bts   3dmodeling   student   manhwa   things   hellokitty   educational   transformers   omori   dev   historia   vent   maths   livros   stickers   ecommerce   sharks   args   electronic   awesome   f1   anarchism   theater   jpop   chemistry   god   acting   novel   yumeship   tea   android   scratch   80s   misc   lolita   webdev   jesus   cafe   store   mario   clowns   pop   girly   environment   girls   jazz   deporte   realestate   starwars   old   draw   twine   computing   trains   pc   collection   college   pastel   vtubers   dj   mcr   whatever   skating   images   horses   videography   plurality   yoga   artes   unblocked   retrogaming   supernatural   construction   cyber   creepy   ecology   help   services   doom   baseball   translation   programmer   multimedia   flash   escuela   videoediting   tumblr   persona   insects   computerscience   trading   gamer   trinkets   animales   dc   warriorcats   nerd   event   miku   programar   lego   southpark   3dprinting   kandi   weed   therian   forum   surrealism   green   hardware   lgbtqia   chatting   skincare   weather   medical   drama   tiktok   hi   tattoos   swimming   techno   salud   socialism   epic   analog   opensource   bitcoin   sociology   people   yes   cultura   sound   mangas   ropa   truecrime   monsters   modeling   tabletop   ideas   visualnovel   economics   java   sketching   kdrama   maps   edm   world   purple   tcc   author   bsd   animanga   freedom   artwork   podcasts   angels   bands   hockey   vhs   colors   fishing   healthcare   writting   restaurant   programas   halloween   chill   hardcore   vida   otherkin   thrifting   cricket   cleaning   js   wedding   homepage   academia   plural   medieval   racing   egl   learn   sculpture   shoes   conspiracy   terror   bible   kirby   tourism   friendship   analysis   eating   search   knowledge   brazil   service   programacao   christian   webseries   scary   otaku   anthropology   kidcore   videogaming   hair   creation   yapping   text   wellness   ambient   magazine   sciencefiction   programa   scrapbooking   digitalmarketing   library   nails   hetalia   tennis   retrogames   graffiti   enstars   rats   women   surreal   turismo   poesia   rants   sites   liminal   aviation   general   sustainability   frogs   alterhuman   estudiante   theology   ceramics   harrypotter   depression   homework   mods   garden   gacha   did   creating   analoghorror   university   water   crocheting   petz   networking   curso   shitposting   schoolproject   tattoo   jjba   building   musicas   cv   kdramas   cryptids   voiceacting   concerts   drugs   cycling   genshinimpact   academic   ghosts   erotica   writer   talking   glitch   folklore   quotes   furniture   3dart   closedspecies   foss   shrines   fanfics   archives   mobile   tutorials   cards   society   vlogs   selfship   musicproduction   onepiece   seals   french   mylittlepony   notes   mtg   anarchy   esoteric   character   illustrations   moe   play   spiderman   server   rpgmaker   performance   dandysworld   theory   live   soft   truth   superheroes   batman   content   conlang   estudio   ux   escritura   review   dibujo   vampire   kids   articles   handmade   programs   guns   yumeshipping   startrek   os   shoegaze   glitter   sanat   neocities   crk   camping   quiz   forsaken   creativewriting   programmation   company   practice   doodles   daily   whimsical   geek   blockchain   underground   lostmedia   ia   oldinternet   shitpost   bot   filosofia   youtuber   bikes   ultrakill   animal   musics   decor   species   calculator   originalcharacter   shoujo   vibes   satire   communication   commission   vinyl   chaos   cs   songwriting   rhythmgames   meditation   apple   informacion   disney   noticias   industrial   instagram   scp   sweets   church   todo   training   military   animating   solarpunk   musique   class   vrchat   marxism   crime   blood   future   synthesizers   adhd   viajes   stem   sims   revival   new   zelda   black   house   mha   party   paganism   idols   unblockedgames   cryptocurrency   evangelion   disability   vtubing   randomstuff   more   spooky   desing   multifandom   fotos   collections   facts   russian   beach   tadc   google   espanol   instruments   bass   exploration   overwatch   joke   embroidery   gossip   advertising   vegan   repair   visualkei   rambling   dating   exercise   something   geometrydash   diario   programm   islam   beginner   interactivefiction   magick   twitter   creatures   dungeonsanddragons   tamagotchi   animalcrossing   rainbow   cheese   jeux   designer   kink   red   shifting   faith   zombies   musik   ciencia   finalfantasy   cult   studies   miriadax   spiritual   motorcycles   warhammer   argentina   silliness   neopets   miscellaneous   ddlc   css3   naturaleza   webring   productivity   tips   videgames   entretenimiento   developing   1   frontend   tcg   numetal   jobs   happy   club   politica   au   opinions   musician   edits   miniatures   socials   jokes   cities   peace   secret   halflife   paint   sea   cybercore   self   archiving   angel   drinks   woodworking   tokusatsu