freewebwithme

freewebwithme

What platform do you use for personal blog?

Hello guys!
I want to start a personal blog.
what platform do you use? or make a phoenix app?

Most Liked

crispinb

crispinb

I’d only build your own if you’re already extremely fluent in elixir/phoenix (ie. it’s dead easy for you), or if you want to do so as a programming exercise in its own right. If your primary motivation is to write, then use something off-the-shelf. Unless you have some specific reason to need something more dynamic, I’d start with a static site generator. Hosting is free or cheap, and maintenance/security a relative non-issue.

There’s not much point in recommending a particular SSG - any recommendation is only going to reflect personal taste. All the known ones work and are more than sufficient for a personal blog. Think about what facilities you want and whether or not you’ll need to do any deep customisation (in which case choose an SSG written in a programming language you already know). Then pick two or three matching your criteria from (eg.) Static Site Generators - Top Open Source SSGs | Jamstack, make a quick choice, and start writing!

Eiji

Eiji

If the author would decide to write it’s own blog then a blog post from Dashbit website would be an amazing source of inspiration:

dmarko484

dmarko484

GitLab Pages https://docs.gitlab.com/ee/user/project/pages + some static site gererator (Hugo in my case https://gohugo.io/)

achempion

achempion

I’ve recently installed the Ghost on the server, it’s quite easy to self-host (it’s packaged in one docker container with sqlite database) or you can setup up an account on their’s platform.

adamu

adamu

Joe Armstrong used TiddlyWiki :slightly_smiling_face:

https://joearms.github.io/

Where Next?

Popular in Questions Top

9mm
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
pgiesin
This should be a simple problem but I just can’t seem to figure it out. I have a standalone Elixir app that won’t find the database. Dep...
New
_russellb
I want to try my hand at web scraping. What tools/libraries do I need to use. I’m hoping to turn this into something professional so don’...
New
tduccuong
Hi, is there any work on GUI with Elixir, that is similar to Electron/Javascript? My idea is to bundle Phoenix and BEAM into a single se...
New
fireproofsocks
I’m working on defining a simple Ecto schema for a table (in PostGres), but I don’t see where I can define a column as NOT NULL. Conside...
New
vac
Hi, I'm quite new in Elixir and I'm trying to format a string to a PEM format. I have the certificate value like MIIDBTCCAe2...... and ...
New
mathew4509
I have a list say x = ["23gh", "56kh", "97mh"] I would like to pass each element to Val in each iteration. Say, in iteration 1 -------...
New
LegitStack
I’m trying to make a websocket server in Phoenix or raw Elixir. I heard about gun, I think I could use cowboy, but since I’m not that sma...
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers' Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New

Other popular topics Top

Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
albydarned
Hello all! I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
quazar
How to set Jason to encode all fields in ecto schema, I don’t care about security and implementing only is taking long list of attributes...
New
chrismccord
This release brings a number of exciting features, including integration with the new Phoenix LiveDashboard and Phoenix LiveView. There h...
New
vac
Hi, I'm quite new in Elixir and I'm trying to format a string to a PEM format. I have the certificate value like MIIDBTCCAe2...... and ...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers' Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New

We're in Beta

About us Mission Statement